function panels_update_5211 in Panels 5.2
Same name and namespace in other branches
- 6.3 panels.install \panels_update_5211()
Force a menu update
File
- ./
panels.install, line 444
Code
function panels_update_5211() {
menu_rebuild();
return array();
}