Index: upload_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/upload_image/upload_image.module,v
retrieving revision 1.7
diff -u -r1.7 upload_image.module
--- upload_image.module	14 Jun 2006 19:12:34 -0000	1.7
+++ upload_image.module	27 Jun 2006 21:25:56 -0000
@@ -47,6 +47,8 @@
         '#description' => t('Attached images are nodes in their own right connected to the nodes they have been uploaded with. If you enable this they will be deleted with their parent node.'),
         );
     }
+  }
+}
 
 /**
  * Implementation of hook_nodeapi().

