function system_update_7072
Remove the obsolete 'site_offline_message' variable.
See also
Related topics
Archivo
- drupal-7.x/
modules/ system/ system.install, line 3049 - Install, update and uninstall functions for the system module.
Código
function system_update_7072() {
variable_del('site_offline_message');
}