From 03a184625cb5d50ad8f975171aa45e83cf15d4e4 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 31 May 2016 18:30:22 +1000 Subject: [PATCH] bugfix --- booking.emails_admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.emails_admin.inc b/booking.emails_admin.inc index 1b0035e..b7e580c 100644 --- a/booking.emails_admin.inc +++ b/booking.emails_admin.inc @@ -291,7 +291,7 @@ function booking_manual_email_form($form, &$form_state, $input_option = "") //add in the custom email types from logistics for ($i = 1; $i <= 5; $i++) { - $email_options_array['logisticscustom' . $i] = variable_get('booking_email_subject_logistics_custom' . $i, $event->booking_eventname . ' logistics custom ' . $i); + $email_options_array['customlogistics' . $i] = variable_get('booking_email_subject_logistics_custom' . $i, $event->booking_eventname . ' logistics custom ' . $i); } $form['#attached']['css'] = array(