function gmap_gpx_cleanup in GMap Addons 7
Same name and namespace in other branches
- 5 gmap_gpx.inc \gmap_gpx_cleanup()
- 6 gmap_gpx.inc \gmap_gpx_cleanup()
1 call to gmap_gpx_cleanup()
- _gmap_cck_get_gpx in ./
gmap_cck.module - process gpx-parameter to show something on the map
File
- ./
gmap_gpx.inc, line 44
Code
function gmap_gpx_cleanup() {
global $gmap_gpx;
$gmap_gpx = null;
}