Index: img_assist.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/Attic/img_assist.module,v
retrieving revision 1.68.2.3
diff -b -U3 -r1.68.2.3 img_assist.module
--- img_assist.module	23 Feb 2007 22:30:04 -0000	1.68.2.3
+++ img_assist.module	5 Mar 2007 18:37:20 -0000
@@ -600,7 +600,7 @@
         $node[$field] = $_GET['edit'][$field];
       }
     }
-    $output = drupal_get_form('img_assist_node_form', $node);
+    $output = drupal_get_form('image_node_form', $node);
     drupal_set_title(t('Submit %name', array('%name' => node_get_types('name', $node))));
   }
   else {
@@ -625,7 +625,7 @@
   return $output;
 }

-function img_assist_node_form($node) {
+function image_node_form($node) {
   $node = (object)$node;
   $form = node_form($node);
   return $form;
