You are here

function _getlocations_rebuild_marker_js_submit in Get Locations 7

Same name and namespace in other branches
  1. 6.2 getlocations.admin.inc \_getlocations_rebuild_marker_js_submit()
  2. 6 getlocations.admin.inc \_getlocations_rebuild_marker_js_submit()
  3. 7.2 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 945
getlocations.admin.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

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