You are here

function mobile_tools_update_6203 in Mobile Tools 6.2

Delete the unused mobile_tools_hide_address_bar variable.

File

./mobile_tools.install, line 130
Mobile Tools's install and uninstall code.

Code

function mobile_tools_update_6203() {
  $ret = array();
  variable_del('mobile_tools_hide_address_bar');
  return $ret;
}