bugfix
This commit is contained in:
@@ -430,7 +430,7 @@ function booking_manual_email_form($form, &$form_state)
|
||||
|
||||
//add optional columns if those features are enabled
|
||||
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) {
|
||||
foreach ($group_mapping as $group) {
|
||||
|
Reference in New Issue
Block a user