You are here

function mobile_tools_update_6204 in Mobile Tools 6.2

Clear the site cache and rebuilt the menus.

File

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

Code

function mobile_tools_update_6204() {
  $ret = array();
  menu_rebuild();
  menu_cache_clear_all();
  return $ret;
}