function gmap_flush_caches in GMap Module 7
Same name and namespace in other branches
- 6.2 gmap.module \gmap_flush_caches()
- 6 gmap.module \gmap_flush_caches()
- 7.2 gmap.module \gmap_flush_caches()
Implementation of hook_flush_caches().
File
- ./
gmap.module, line 600 - GMap -- Routines to use the Google Maps API in Drupal.
Code
function gmap_flush_caches() {
gmap_regenerate_markers();
}