You are here

function menu_minipanels_update_7100 in Menu Minipanels 7

Same name and namespace in other branches
  1. 7.2 menu_minipanels.install \menu_minipanels_update_7100()

Warn the user to re-save their menu configurations.

File

./menu_minipanels.install, line 148
Installation and update scripts for Menu_MiniPanels.

Code

function menu_minipanels_update_7100() {
  drupal_set_message(t('Recent changes to the Menu MiniPanels module require that any menus with attached MiniPanels have their configuration re-saved.'));
}