You are here

function getlocations_tools_export_form_submit in Get Locations 7.2

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

File

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

Code

function getlocations_tools_export_form_submit($form, &$form_state) {
  variable_set('getlocations_tools_export_select', $form_state['values']['getlocations_tools_export_select']);
}