You are here

function gmap_location_update_5101 in GMap Module 6.2

Same name and namespace in other branches
  1. 5 gmap_location.install \gmap_location_update_5101()
  2. 6 gmap_location.install \gmap_location_update_5101()
  3. 7.2 gmap_location.install \gmap_location_update_5101()
  4. 7 gmap_location.install \gmap_location_update_5101()

5.x-1.0 update 2. (Post-release) Delete unneeded variable.

File

./gmap_location.install, line 168
gmap_location install routines.

Code

function gmap_location_update_5101() {
  $ret = array();
  variable_del('gmap_geocode');
  return $ret;
}