function gmap_location_update_5101 in GMap Module 6.2
Same name and namespace in other branches
- 5 gmap_location.install \gmap_location_update_5101()
- 6 gmap_location.install \gmap_location_update_5101()
- 7.2 gmap_location.install \gmap_location_update_5101()
- 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;
}