From e06552e3e4bf2732a5b297e9ee9489a4009f9202 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 22:16:30 +1000 Subject: [PATCH] fix --- booking.emails.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/booking.emails.inc b/booking.emails.inc index d027cf5..049263c 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -4,8 +4,9 @@ function booking_manual_email($preselected = NULL) { global $event; //see http://www.jaypan.com/blog/themeing-drupal-7-forms-tables-checkboxes-or-radios - $form = array (); - $options = array (); + $form = array(); + $options = array(); + $values = array(); $group_text = ""; $prefix = t("

Send a manual email to people registered for this event.

"); $email_options_array = array();