function system_update_7069 in Drupal 7
Remove the obsolete 'site_offline' variable.
See also
Related topics
File
- modules/
system/ system.install, line 3146 - Install, update and uninstall functions for the system module.
Code
function system_update_7069() {
variable_del('site_offline');
}