You are here

function gmap_update_5001 in GMap Module 6.2

Same name and namespace in other branches
  1. 5 gmap.install \gmap_update_5001()
  2. 6 gmap.install \gmap_update_5001()
  3. 7.2 gmap.install \gmap_update_5001()
  4. 7 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;
}