You are here

function emvideo_update_6101 in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/emvideo.install \emvideo_update_6101()

Rebuild the menu to check content access at emvideo/modal.

File

contrib/emvideo/emvideo.install, line 433
Installation, configuration, and removal of the emvideo module.

Code

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