You are here

function getlocations_mapquest_flush_caches in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_mapquest/getlocations_mapquest.module \getlocations_mapquest_flush_caches()

Implements hook_flush_caches().

File

modules/getlocations_mapquest/getlocations_mapquest.module, line 58
getlocations_mapquest.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_mapquest_flush_caches() {
  if (variable_get('getlocations_mapquest_flush', 1)) {
    getlocations_mapquest_regenerate_markers();
  }
}