function openlayers_ui_maps_add_projection_submit in Openlayers 7.2
Form submit for map add form, for the projection add ahah
File
- modules/
openlayers_ui/ includes/ openlayers_ui.maps.inc, line 14 - This file holds the functions handling maps in the Openlayers UI.
Code
function openlayers_ui_maps_add_projection_submit($form, &$form_state) {
unset($form_state['submit_handlers']);
form_execute_handlers('submit', $form, $form_state);
$form_state['rebuild'] = TRUE;
}