You are here

function bean_update_7004 in Bean (for Drupal 7) 7

Update Registry to implement new Code Interface

File

./bean.install, line 340
Bean installation routines

Code

function bean_update_7004() {
  registry_rebuild();
  return t('Registry has been rebuilt');
}