Index: path_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/path_image/path_image.module,v
retrieving revision 1.4.2.5
diff -u -r1.4.2.5 path_image.module
--- path_image.module	3 May 2007 22:28:34 -0000	1.4.2.5
+++ path_image.module	22 May 2007 09:01:42 -0000
@@ -15,25 +15,17 @@
  *  repos into the Drupal installation file system setting
  */
 
-/**
- * Implementation of hook_init()
- */
-function path_image_init() {
-
-  if (!defined("PATH_IMAGE_DEBUG")) {
-    // uncomment the following line to enable debugging mode
-    // define("PATH_IMAGE_DEBUG", "INLINE");
-  }
+if (!defined("PATH_IMAGE_DEBUG")) {
+  // uncomment the following line to enable debugging mode
+  // define("PATH_IMAGE_DEBUG", "INLINE");
+}
   
-  // define our module name, this MUST be defined here
-  define("PATH_IMAGE_MODULE_NAME", "path_image");
+// define our module name, this MUST be defined here
+define("PATH_IMAGE_MODULE_NAME", "path_image");
   
-  // define the block delta
-  define("PATH_IMAGE_BLOCK_DELTA_DISPLAY", 0);
+// define the block delta
+define("PATH_IMAGE_BLOCK_DELTA_DISPLAY", 0);
   
-  _path_image_debug("path_image_init()");
-}
-
 /**
  * Implementation of hook_perm().
  */
