Index: xmlsitemap/xmlsitemap.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap/Attic/xmlsitemap.install,v
retrieving revision 1.1.2.67
diff -u -p -r1.1.2.67 xmlsitemap.install
--- xmlsitemap/xmlsitemap.install	6 Jun 2009 23:52:56 -0000	1.1.2.67
+++ xmlsitemap/xmlsitemap.install	9 Jun 2009 01:22:33 -0000
@@ -11,6 +11,20 @@
  ****************************************************************************/
 
 /**
+ * Implementation of hook_enable().
+ */
+function xmlsitemap_enable() {
+  xmlsitemap_flag_sitemap();
+}
+
+/**
+ * Implementation of hook_disable().
+ */
+function xmlsitemap_disable() {
+  xmlsitemap_flag_sitemap();
+}
+
+/**
  * Implementation of hook_requirements().
  */
 function xmlsitemap_requirements($phase) {
@@ -420,132 +434,6 @@ function xmlsitemap_update_6000() {
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_update_6100() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6101() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6102() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6103() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6104() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6105() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6106() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6107() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6108() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6109() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6110() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6111() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6112() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6113() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6114() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6115() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6116() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6117() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_update_6118() {
   variable_set('xmlsitemap_cron_submit_frequency', variable_get('xmlsitemap_cron_submit', FALSE) ? 1 : -1);
   $ret[] = array(
@@ -557,55 +445,8 @@ function xmlsitemap_update_6118() {
 
 /**
  * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6119() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6120() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6121() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6122() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6123() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6124() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6125() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
+ *
+ * @TODO: Why are we deleting all rows from xmlsitemap?
  */
 function xmlsitemap_update_6126() {
   $ret[] = update_sql("DELETE FROM {xmlsitemap}");
@@ -615,40 +456,6 @@ function xmlsitemap_update_6126() {
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_update_6127() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6128() {
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6129() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6130() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6131() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_update_6132() {
   return xmlsitemap_update_6000();
 }
@@ -671,26 +478,7 @@ function xmlsitemap_update_6133() {
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_update_6134() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_update_6135() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_update_6136() {
-  xmlsitemap_flag_sitemap();
-  $ret[] = array(
-    'success' => TRUE,
-    'query' => 'UPDATE SITEMAP',
-  );
   $ret[] = update_sql("DELETE FROM {variable} WHERE name = 'xmlsitemap_update_sitemap_request'");
   variable_set('xmlsitemap_chunk_size', 1000);
   $ret[] = array(
@@ -703,13 +491,6 @@ function xmlsitemap_update_6136() {
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_update_6137() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_update_6138() {
   $ret = array();
   $result = array();
Index: xmlsitemap_engines/xmlsitemap_engines.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.install,v
retrieving revision 1.3.2.18
diff -u -p -r1.3.2.18 xmlsitemap_engines.install
--- xmlsitemap_engines/xmlsitemap_engines.install	6 Jun 2009 23:52:57 -0000	1.3.2.18
+++ xmlsitemap_engines/xmlsitemap_engines.install	9 Jun 2009 01:22:33 -0000
@@ -43,41 +43,6 @@ function xmlsitemap_engines_update_6100(
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_engines_update_6101() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_engines_update_6102() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_engines_update_6103() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_engines_update_6104() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_engines_update_6105() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_engines_update_6106() {
   $variables = array(
     'submit',
Index: xmlsitemap_menu/xmlsitemap_menu.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_menu/Attic/xmlsitemap_menu.install,v
retrieving revision 1.1.4.37
diff -u -p -r1.1.4.37 xmlsitemap_menu.install
--- xmlsitemap_menu/xmlsitemap_menu.install	6 Jun 2009 23:52:58 -0000	1.1.4.37
+++ xmlsitemap_menu/xmlsitemap_menu.install	9 Jun 2009 01:22:33 -0000
@@ -67,20 +67,6 @@ function xmlsitemap_menu_update_6000() {
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_menu_update_6100() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_menu_update_6101() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_menu_update_6102() {
   $ret[] = update_sql("DELETE FROM {menu_custom} WHERE menu_name = '1'");
   return $ret;
@@ -89,13 +75,6 @@ function xmlsitemap_menu_update_6102() {
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_menu_update_6103() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_menu_update_6104() {
   return xmlsitemap_menu_update_6000();
 }
@@ -103,13 +82,6 @@ function xmlsitemap_menu_update_6104() {
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_menu_update_6105() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_menu_update_6106() {
   $ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'xmlsitemap_menu'");
   return $ret;
@@ -118,20 +90,6 @@ function xmlsitemap_menu_update_6106() {
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_menu_update_6107() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_menu_update_6108() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_menu_update_6109() {
   $ret[] = update_sql("UPDATE {menu_custom} SET description ='". t('A custom menu added by <em>XML sitemap menu</em> module, which can optionally be used as a source for menu links in the sitemap for more fine-grained control.'). "' WHERE menu_name = 'menu-xmlsitemap'");
   return $ret;
Index: xmlsitemap_node/xmlsitemap_node.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.install,v
retrieving revision 1.9.2.63
diff -u -p -r1.9.2.63 xmlsitemap_node.install
--- xmlsitemap_node/xmlsitemap_node.install	6 Jun 2009 23:52:58 -0000	1.9.2.63
+++ xmlsitemap_node/xmlsitemap_node.install	9 Jun 2009 01:22:33 -0000
@@ -257,54 +257,6 @@ function xmlsitemap_node_update_6000() {
  * Implementation of hook_update_N().
  *
  */
-function xmlsitemap_node_update_6100() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6101() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6102() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6103() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6104() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6105() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
 function xmlsitemap_node_update_6106() {
   $ret[] = update_sql("UPDATE {system} SET weight = 5 WHERE name = 'xmlsitemap_node'");
   return $ret;
@@ -314,107 +266,11 @@ function xmlsitemap_node_update_6106() {
  * Implementation of hook_update_N().
  *
  */
-function xmlsitemap_node_update_6107() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6108() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6109() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6110() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6111() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
 function xmlsitemap_node_update_6112() {
   return xmlsitemap_node_update_6000();
 }
 
 /**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6113() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6114() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6115() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6116() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6117() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6118() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_node_update_6119() {
-  return array();
-}
-
-/**
  * Implementation of hook_uninstall().
  */
 function xmlsitemap_node_uninstall() {
Index: xmlsitemap_taxonomy/xmlsitemap_taxonomy.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_taxonomy/Attic/xmlsitemap_taxonomy.install,v
retrieving revision 1.1.2.17
diff -u -p -r1.1.2.17 xmlsitemap_taxonomy.install
--- xmlsitemap_taxonomy/xmlsitemap_taxonomy.install	6 Jun 2009 23:52:59 -0000	1.1.2.17
+++ xmlsitemap_taxonomy/xmlsitemap_taxonomy.install	9 Jun 2009 01:22:33 -0000
@@ -257,48 +257,6 @@ function xmlsitemap_taxonomy_update_6000
 /**
  * Implementation of hook_update_N().
  */
-function xmlsitemap_taxonomy_update_6100() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6101() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6102() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6103() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6104() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6105() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
 function xmlsitemap_taxonomy_update_6106() {
   $ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'xmlsitemap_taxonomy'");
   return $ret;
@@ -306,45 +264,11 @@ function xmlsitemap_taxonomy_update_6106
 
 /**
  * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6107() {
-  return xmlsitemap_term_update_6000();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6108() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6109() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6110() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_taxonomy_update_6111() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
  *
+ * @TODO: Why is this calling a previous update?
  */
-function xmlsitemap_taxonomy_update_6112() {
-  return array();
+function xmlsitemap_taxonomy_update_6107() {
+  return xmlsitemap_taxonomy_update_6000();
 }
 
 /**
Index: xmlsitemap_user/xmlsitemap_user.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_user/xmlsitemap_user.install,v
retrieving revision 1.6.2.58
diff -u -p -r1.6.2.58 xmlsitemap_user.install
--- xmlsitemap_user/xmlsitemap_user.install	6 Jun 2009 23:52:59 -0000	1.6.2.58
+++ xmlsitemap_user/xmlsitemap_user.install	9 Jun 2009 01:22:33 -0000
@@ -305,97 +305,6 @@ function xmlsitemap_user_update_6000() {
 
 /**
  * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6100() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6101() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6102() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6103() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6104() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6105() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6106() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6107() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6108() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6109() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6110() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6111() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
- */
-function xmlsitemap_user_update_6112() {
-  return array();
-}
-
-/**
- * Implementation of hook_update_N().
  *
  */
 function xmlsitemap_user_update_6113() {
@@ -405,14 +314,6 @@ function xmlsitemap_user_update_6113() {
 }
 
 /**
- * Implementation of hook_update_N().
- *
- */
-function xmlsitemap_user_update_6114() {
-  return array();
-}
-
-/**
  * Implementation of hook_uninstall().
  */
 function xmlsitemap_user_uninstall() {
