function hosting_update_6202 in Hosting 6.2
Same name and namespace in other branches
- 7.4 hosting.install \hosting_update_6202()
- 7.3 hosting.install \hosting_update_6202()
Provide a welcome message for anonymous users.
File
- ./
hosting.install, line 442 - Install, update and uninstall for the hosting module.
Code
function hosting_update_6202() {
$ret = array();
// Flush the menu cache.
menu_rebuild();
return $ret;
}