You are here

function _getlocations_rebuild_marker_js_submit in Get Locations 6

Same name and namespace in other branches
  1. 6.2 getlocations.admin.inc \_getlocations_rebuild_marker_js_submit()
  2. 7.2 getlocations.admin.inc \_getlocations_rebuild_marker_js_submit()
  3. 7 getlocations.admin.inc \_getlocations_rebuild_marker_js_submit()

Rebuild marker js.

1 string reference to '_getlocations_rebuild_marker_js_submit'
getlocations_settings_form in ./getlocations.admin.inc
Function to display the getlocations admin settings form

File

./getlocations.admin.inc, line 404
getlocations module administration functions. using version 3 googlemaps API

Code

function _getlocations_rebuild_marker_js_submit($form, &$form_state) {
  getlocations_regenerate_markers();
  drupal_set_message(t('Marker cache regenerated.'));
}