You are here

function emfield_update_6006 in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6.2 emfield.install \emfield_update_6006()

Add new menu item for removing messages for obsolete providers.

File

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

Code

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