function system_update_7069

Remove the obsolete 'site_offline' variable.

See also

update_fix_d7_requirements()

Related topics

File

drupal/modules/system/system.install, line 3115
Install, update and uninstall functions for the system module.

Code

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