From 4ab03493d5d20f9ad3c0740ff1d028795d4ad79a Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 09:18:33 +1000 Subject: [PATCH] fix --- booking.emails.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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