summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-06 06:57:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-06 06:57:40 +0000
commit2c77be1b606bebf638a5b9b9db5914cd68199cc0 (patch)
tree2032dc18eb2cf8dea4bb5d29ea932b4393d2e769 /modules/system/system.install
parent0369f3f80874c5f61f29f4af400c36f879e21ec1 (diff)
downloadbrdo-2c77be1b606bebf638a5b9b9db5914cd68199cc0.tar.gz
brdo-2c77be1b606bebf638a5b9b9db5914cd68199cc0.tar.bz2
#984358 by dalin, David_Rothstein: Fixed Upgrade from 6.x to 7.x always pulls your site out of maintenance mode immediately
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 01924300a..22cb59020 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2965,6 +2965,15 @@ function system_update_7068() {
}
/**
+ * Remove the obsolete 'site_offline' variable.
+ *
+ * @see update_fix_d7_requirements()
+ */
+function system_update_7069() {
+ variable_del('site_offline');
+}
+
+/**
* @} End of "defgroup updates-6.x-to-7.x"
* The next series of updates should start at 8000.
*/