function system_update_7069

7.x system.install system_update_7069()

Remove the obsolete 'site_offline' variable.

See also

update_fix_d7_requirements()

Related topics

File

drupal-7.x/modules/system/system.install, line 3009
Install, update and uninstall functions for the system module.

Code

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