function merci_more_choices_submit in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2
Same name and namespace in other branches
- 6 merci.module \merci_more_choices_submit()
- 7.2 includes/api.inc \merci_more_choices_submit()
Submit handler to add more choices to a reservation form. This handler is used when javascript is not available. It makes changes to the form state and the entire form is rebuilt during the page reload.
1 string reference to 'merci_more_choices_submit'
- merci_form in ./
merci.module - Implementation of hook_form().
File
- includes/
api.inc, line 437 - MERCI - Managed Equipment Reservation Checkout and Inventory
Code
function merci_more_choices_submit($form, &$form_state) {
// Set the form to rebuild and run submit handlers.
node_form_submit_build_node($form, $form_state);
}