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