Index: autoload.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/autoload/autoload.module,v
retrieving revision 1.1.2.5
diff -u -p -r1.1.2.5 autoload.module
--- autoload.module	17 Mar 2009 21:57:58 -0000	1.1.2.5
+++ autoload.module	17 Aug 2009 17:36:38 -0000
@@ -73,3 +73,11 @@ function autoload_get_lookup($reset = FA
     return $lookup;
   }
 }
+
+/**
+ * Implementation of hook_enable().
+ */
+function autoload_enable() {
+  // Set our weight to a low value to ensure early loading
+  db_query("UPDATE system SET weight = -100 WHERE name = 'autoload'");
+}
