add form builder

This commit is contained in:
2016-05-26 10:10:15 +10:00
parent 43558a4771
commit 7d03689695

View File

@@ -186,7 +186,7 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state)
}
*/
// add new radios to tableselect
//form_builder($form['#form_id'], $form['table'], $form_state);
form_builder($form['#form_id'], $form['new']['table'], $form_state);
// remove current value
//unset($form['table']['#default_value']);
//unset($form['table']['#value']);