function getlocations_tools_export_form_submit in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_tools/getlocations_tools.module \getlocations_tools_export_form_submit()
File
- modules/
getlocations_tools/ getlocations_tools.module, line 188 - 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']);
}