You are here

function exif_custom_update_7101 in EXIF Custom 7

Reload the menus to get the new menu structure.

File

./exif_custom.install, line 120
Schema and update hook implementations for the EXIF Custom module.

Code

function exif_custom_update_7101() {
  variable_set('menu_rebuild_needed', TRUE);
  drupal_set_message(t('Please note that the Custom EXIF mappings are now located under the Media configuration menu instead of the Content configuration menu.'));
}