function bean_update_7005 in Bean (for Drupal 7) 7
Rebuild the menus
File
- ./
bean.install, line 348 - Bean installation routines
Code
function bean_update_7005() {
registry_rebuild();
menu_rebuild();
return t('Registry and Menu have been rebuilt');
}