This commit is contained in:
2016-05-26 09:18:33 +10:00
parent 65e29b0be2
commit 4ab03493d5

View File

@@ -153,7 +153,7 @@ function _booking_manual_email_form_selecttype_dropdown_callback($form, &$form_s
$checkboxes = $form_state['values']['table'];
$select_type = $form_state['values']['select-type'];
$new_default_values = array()
$new_default_values = array();
// generate new default values
// @todo use a function for this