function bean_update_7001 in Bean (for Drupal 7) 7
Update Registry to implement new Code Interface
File
- ./
bean.install, line 296 - Bean installation routines
Code
function bean_update_7001() {
registry_rebuild();
return t('Registry has been rebuilt');
}