You are here

function mobile_switch_update_7200 in Mobile Switch 7.2

Deleting unneeded system variables

File

./mobile_switch.install, line 81
Install, update and uninstall functions for the Mobile Switch module.

Code

function mobile_switch_update_7200() {
  variable_del('mobile_switch_display_useragent');
}