From 27910871de69895eb9382be95037da8a473925d0 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 21 Jan 2012 12:47:45 -0800 Subject: Issue #987930 by David_Rothstein, Tor Arne Thune: Fixed The obsolete 'site_offline_message' variable is not always deleted during the D6->D7 upgrade. --- includes/update.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/update.inc b/includes/update.inc index 3a131083d..41f33f402 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -746,7 +746,7 @@ function update_fix_d7_requirements() { // Rename 'site_offline_message' variable to 'maintenance_mode_message' // and 'site_offline' variable to 'maintenance_mode'. // Old variable is removed in update for system.module, see - // system_update_7036(). + // system_update_7072(). if ($message = variable_get('site_offline_message', NULL)) { variable_set('maintenance_mode_message', $message); } -- cgit v1.2.3