--- imagefield_import.module	2008-07-28 15:28:38.000000000 -0600
+++ changed_imagefield_import.module	2008-07-28 16:31:27.000000000 -0600
@@ -338,7 +338,7 @@ function imagefield_create_node_from($fi
   }
   // Make sure we can copy the file into our temp directory.
   $original_path = $filepath;
-  if (!file_copy($filepath, _image_filename($filepath, IMAGE_ORIGINAL, TRUE))) {
+  if (!file_copy($filepath, _imagefield_import_filename($filepath, IMAGE_ORIGINAL, TRUE))) {
     return FALSE;
   }
   // Build the node.
@@ -383,7 +383,7 @@ function imagefield_create_node_from($fi
 /**
  * Creates an image filename.
  */
-function _image_filename($filename, $label = IMAGE_ORIGINAL, $temp = FALSE) {
+function _imagefield_import_filename($filename, $label = IMAGE_ORIGINAL, $temp = FALSE) {
   $path = variable_get('image_default_path', 'images') .'/';
   if ($temp) {
     $path .= 'temp/';
