tweaks
This commit is contained in:
@@ -85,7 +85,7 @@ function booking_event_admin_submit($form, &$form_state) {
|
||||
->condition('eid', $selected_event, '!=')
|
||||
->execute();
|
||||
|
||||
// Disable other variety session timeslots
|
||||
// Disable variety session timeslots not belonging to target event id
|
||||
db_update('booking_variety_timeslots')
|
||||
->fields(array (
|
||||
'booking_variety_status' => 0,
|
||||
|
Reference in New Issue
Block a user