diff --git a/booking.emails.inc b/booking.emails.inc index e31142c..e55c313 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -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