function userprotect_update_5000 in User protect 5
Rebuilds the menu due to code changes.
File
- ./
userprotect.install, line 59
Code
function userprotect_update_5000() {
$ret = array();
menu_rebuild();
$ret[] = array(
'success' => TRUE,
'query' => "Successfully rebuilt menus.",
);
return $ret;
}