function system_update_7069

Remove the obsolete 'site_offline' variable.

See also

update_fix_d7_requirements()

Related topics

File

modules/system/system.install, line 3165

Code

function system_update_7069() {
    variable_del('site_offline');
}

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