This commit is contained in:
2016-05-31 18:30:22 +10:00
parent e887776ce5
commit 03a184625c

View File

@@ -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(