function system_update_7072

Remove the obsolete 'site_offline_message' variable.

See also

update_fix_d7_requirements()

Related topics

File

modules/system/system.install, line 3206

Code

function system_update_7072() {
    variable_del('site_offline_message');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.