This commit is contained in:
2016-05-31 18:42:12 +10:00
parent 8ecef65d38
commit ff90039ed9

View File

@@ -291,7 +291,7 @@ function booking_manual_email_form($form, &$form_state, $input_option = "")
//add in the custom email types from logistics //add in the custom email types from logistics
for ($i = 1; $i <= 5; $i++) for ($i = 1; $i <= 5; $i++)
{ {
$email_options_array['customlogistics' . $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_customlogistics' . $i, $event->booking_eventname . ' logistics custom ' . $i);
} }
$form['#attached']['css'] = array( $form['#attached']['css'] = array(