This commit is contained in:
Nathan Coad
2016-06-03 12:58:20 +10:00
parent 262340d866
commit a2a81303be

View File

@@ -430,7 +430,7 @@ function booking_manual_email_form($form, &$form_state)
//add optional columns if those features are enabled //add optional columns if those features are enabled
if (variable_get('booking_enable_travelform', 0) == 1) { if (variable_get('booking_enable_travelform', 0) == 1) {
$options[$data->nid]['travel_form'] => $data->tid > 0 ? 'Yes' : 'No'; $options[$data->nid]['travel_form'] = $data->tid > 0 ? 'Yes' : 'No';
} }
if (variable_get('booking_enable_studygroups', 0) == 1) { if (variable_get('booking_enable_studygroups', 0) == 1) {
foreach ($group_mapping as $group) { foreach ($group_mapping as $group) {