system_update_7072

7 system.install system_update_7072()

Remove the obsolete 'site_offline_message' variable.

See also

update_fix_d7_requirements()

Related topics

File

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

Code

function system_update_7072() {
  variable_del('site_offline_message');
}
Login or register to post comments