From 2c77be1b606bebf638a5b9b9db5914cd68199cc0 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 6 Dec 2010 06:57:40 +0000 Subject: #984358 by dalin, David_Rothstein: Fixed Upgrade from 6.x to 7.x always pulls your site out of maintenance mode immediately --- modules/system/system.install | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/system/system.install') 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 @@ -2964,6 +2964,15 @@ function system_update_7068() { db_change_field('url_alias', 'language', 'language', $spec); } +/** + * 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. -- cgit v1.2.3