You are here

function gmap_flush_caches in GMap Module 7

Same name and namespace in other branches
  1. 6.2 gmap.module \gmap_flush_caches()
  2. 6 gmap.module \gmap_flush_caches()
  3. 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();
}