You are here

function menu_block_update_7202 in Menu Block 7.2

Same name and namespace in other branches
  1. 7.3 menu_block.install \menu_block_update_7202()

Add missing custom menus to active menus list.

File

./menu_block.install, line 187
Provides install, upgrade and un-install functions for menu_block.

Code

function menu_block_update_7202() {
  menu_block_fix_custom_menus();
}