You are here

function nodequeue_update_7203 in Nodequeue 7.2

Rebuild the menu cache so that contextual links in views appear.

File

./nodequeue.install, line 445
Install, update and uninstall functions for the nodequeue module.

Code

function nodequeue_update_7203() {
  variable_set('menu_rebuild_needed', TRUE);
  drupal_set_message(t('The menus will now be rebuilt.'));
}