? crowd_956110.patch
Index: crowd.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/crowd/crowd.install,v
retrieving revision 1.2.2.4
diff -u -p -r1.2.2.4 crowd.install
--- crowd.install	31 Mar 2010 17:03:57 -0000	1.2.2.4
+++ crowd.install	28 Oct 2010 19:43:45 -0000
@@ -10,7 +10,7 @@
  * Implementation of hook_install()
  */
 function crowd_install() {
-  db_query("UPDATE {system} SET weight = 1000 WHERE name = 'crowd'");
+  db_query("UPDATE {system} SET weight = -1001 WHERE name = 'crowd'");
 }
 
 /**
@@ -43,4 +43,4 @@ function crowd_requirements($phase) {
       break;
   }
   return $requirements;
-}
\ No newline at end of file
+}
