function getlocations_flush_caches in Get Locations 6
Same name and namespace in other branches
- 6.2 getlocations.module \getlocations_flush_caches()
- 7.2 getlocations.module \getlocations_flush_caches()
- 7 getlocations.module \getlocations_flush_caches()
Implementation of hook_flush_caches().
File
- ./
getlocations.module, line 50 - Displays locations on a map. for Drupal 6 using version 3 googlemaps API
Code
function getlocations_flush_caches() {
getlocations_regenerate_markers();
}