You are here

function emfield_update_6201 in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 emfield.install \emfield_update_6201()

Rebuild menu for new admin settings pages.

File

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

Code

function emfield_update_6201() {
  menu_rebuild();
  return array();
}