function getlocations_flush_caches in Get Locations 7
Same name and namespace in other branches
- 6.2 getlocations.module \getlocations_flush_caches()
- 6 getlocations.module \getlocations_flush_caches()
- 7.2 getlocations.module \getlocations_flush_caches()
Implements hook_flush_caches().
File
- ./
getlocations.module, line 63 - getlocations.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_flush_caches() {
if (variable_get('getlocations_flush', 1)) {
getlocations_regenerate_markers();
}
}