? boost-495038.1.patch
? boost-495038.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.13
diff -u -p -r1.2.2.1.2.3.2.13 boost.install
--- boost.install	17 Jun 2009 17:57:37 -0000	1.2.2.1.2.3.2.13
+++ boost.install	18 Jun 2009 20:05:12 -0000
@@ -214,4 +214,13 @@ function boost_schema() {
 function boost_update_6100() {
   // Create tables.
   return drupal_install_schema('boost');
+}
+
+/**
+ * Update 6101 - Copy old variable to new one
+ */
+function boost_update_6101() {
+  // Copy variable
+  variable_set('boost_enabled', variable_get('boost', CACHE_DISABLED));
+  variable_del('boost');
 }
\ No newline at end of file
