--- user_import/user_import.module	2006-04-25 02:01:41.000000000 +0100
+++ user_import.module.fixed	2006-09-27 12:45:32.812500000 +0100
@@ -849,7 +849,9 @@
     
     if (!module_exist('profile')) return; 
     
-    static $fields_static;
+    static $fields_static = array();
+    $fields = array();
+    
     // avoid making more than one database call for profile info
     if (empty($fields_static)) {
     
