? put-include-in-hook_init.patch
Index: auto_expire.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/auto_expire/auto_expire.module,v
retrieving revision 1.16
diff -u -p -r1.16 auto_expire.module
--- auto_expire.module	20 Jul 2009 21:16:16 -0000	1.16
+++ auto_expire.module	9 Jul 2010 14:18:55 -0000
@@ -7,7 +7,12 @@
  * The module can also send out warnings before expiry and purge expired nodes afterwards.
  */
 
-module_load_include('inc', 'auto_expire', 'auto_expire');
+/**
+ * Implementation of hook_init().
+ */
+function auto_expire_init() {
+  module_load_include('inc', 'auto_expire');
+}
 
 /**
  * Implementation of hook_perm().
