diff -urpN nodeimageblock/nodeimageblock.info nodeimageblock.new/nodeimageblock.info
--- nodeimageblock/nodeimageblock.info	1970-01-01 01:00:00.000000000 +0100
+++ nodeimageblock.new/nodeimageblock.info	2007-05-28 11:01:45.000000000 +0200
@@ -0,0 +1,4 @@
+; $Id$
+name = Node Image Block
+description = Provides a block to displays all images attached to a node.
+dependencies = upload
\ Ingen nyrad vid filslut
diff -urpN nodeimageblock/nodeimageblock.module nodeimageblock.new/nodeimageblock.module
--- nodeimageblock/nodeimageblock.module	2006-03-06 19:19:34.000000000 +0100
+++ nodeimageblock.new/nodeimageblock.module	2007-05-28 11:07:30.000000000 +0200
@@ -7,16 +7,6 @@
 
 
 /**
- * Implementation of hook_help().
- */
-function nodeimageblock_help($section) {
-  switch ($section) {
-    case 'admin/modules#description':
-      return t('Provides a block to displays all images attached to a node.');
-  }
-}
-
-/**
  * Implementation of hook_block().
  *
  * Displays all images that are attached to the current node
