You are here

function menu_link_modal_update_8001 in Menu Link Modal 8.2

Same name and namespace in other branches
  1. 8 menu_link_modal.install \menu_link_modal_update_8001()

Implements hook_update_N().

File

./menu_link_modal.install, line 10
Install file for menu_link_modal.

Code

function menu_link_modal_update_8001() {

  // Set the weight of the menu_link_modal to 100 at last.
  module_set_weight('menu_link_modal', 100);
}