You are here

function _getlocations_mapquest_rebuild_marker_js_submit in Get Locations 7

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

Rebuild marker js.

1 string reference to '_getlocations_mapquest_rebuild_marker_js_submit'
getlocations_mapquest_settings_form in modules/getlocations_mapquest/getlocations_mapquest.module
Function

File

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

Code

function _getlocations_mapquest_rebuild_marker_js_submit($form, &$form_state) {
  if (getlocations_mapquest_regenerate_markers()) {
    drupal_set_message(t('Marker cache regenerated.'));
  }
}