You are here

function outdatedbrowser_update_7100 in Outdated Browser 7

Delete the no longer used variable 'outdatedbrowser_page_region'.

File

./outdatedbrowser.install, line 47
Install, update and uninstall functions for the Outdated Browser module.

Code

function outdatedbrowser_update_7100() {
  variable_del('outdatedbrowser_page_region');
}