You are here

function merci_more_choices_submit in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same name and namespace in other branches
  1. 6.2 includes/api.inc \merci_more_choices_submit()
  2. 6 merci.module \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 407
MERCI - Managed Equipment Reservation Checkout and Inventory

Code

function merci_more_choices_submit($form, &$form_state) {
  $form_state['rebuild'] = TRUE;
}