You are here

function emfield_update_6301 in Embedded Media Field 6.3

Rebuild legacy menu & theme items.

File

./emfield.install, line 357
This is the emfield.module's install, configuration, and removal file.

Code

function emfield_update_6301() {
  menu_rebuild();
  drupal_rebuild_theme_registry();
  return array();
}