function gmap_update_5002 in GMap Module 6
Same name and namespace in other branches
- 5 gmap.install \gmap_update_5002()
- 6.2 gmap.install \gmap_update_5002()
- 7.2 gmap.install \gmap_update_5002()
- 7 gmap.install \gmap_update_5002()
Mini-update -- mousewheel.js no longer needed.
File
- ./
gmap.install, line 82 - GMap install/uninstall routines.
Code
function gmap_update_5002() {
$ret = array();
variable_del('gmap_load_zoom_plugin');
return $ret;
}