On Apache's error log:
PHP Fatal error: Call to undefined function is_numerric() in xxxxx sites/all/modules/user_import/supported/user.inc on line 86

$ diff -u user.inc user.new.inc
--- user.inc 2013-08-12 01:29:11.000000000 +0300
+++ user.new.inc 2013-08-25 15:02:21.000000000 +0300
@@ -83,7 +83,7 @@
$parsed['year']
);

- if (!empty($timestamp) && is_numerric($timestamp)) {
+ if (!empty($timestamp) && is_numeric($timestamp)) {
$value = $timestamp;
}
}

### patch attached.

Comments

Aracon’s picture

Issue summary: View changes

Bug still remains in 7.x-2.2 :((

somersoft’s picture

Version: 7.x-2.1 » 7.x-2.2
StatusFileSize
new393 bytes

Found that the other patch file did not work in a drush make file.

Uploading another version.

gisle’s picture

Version: 7.x-2.2 » 7.x-3.x-dev
Status: Patch (to be ported) » Closed (outdated)

This typo has gone from the current version (7.x-3.x).