You are here

function panels_update_5211 in Panels 6.3

Same name and namespace in other branches
  1. 5.2 panels.install \panels_update_5211()

Force a menu update

File

./panels.install, line 680

Code

function panels_update_5211() {

  //  menu_rebuild();
  return array();
}