You are here

emfield.install in Embedded Media Field 5

File

emfield.install
View source
<?php

/**
 * Rebuild the menu to properly add the settings menu item.
 */
function emfield_update_5001() {
  menu_rebuild();
  return array();
}

Functions

Namesort descending Description
emfield_update_5001 Rebuild the menu to properly add the settings menu item.