function gmap_update_5001 in GMap Module 7
Same name and namespace in other branches
- 5 gmap.install \gmap_update_5001()
- 6.2 gmap.install \gmap_update_5001()
- 6 gmap.install \gmap_update_5001()
- 7.2 gmap.install \gmap_update_5001()
Post 5.x-1.0beta2 update 1. We added a menu callback, force a rebuild.
File
- ./gmap.install, line 73 
- GMap install/uninstall routines.
Code
function gmap_update_5001() {
  $ret = array();
  menu_rebuild();
  return $ret;
}