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(