function system_update_7069

Remove the obsolete 'site_offline' variable.

See also

update_fix_d7_requirements()

Related topics

Archivo

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

Código

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