diff --git a/booking.events.inc b/booking.events.inc index a1fb166..09bd692 100644 --- a/booking.events.inc +++ b/booking.events.inc @@ -295,6 +295,9 @@ function booking_event_form_submit($form, &$form_state) { ->condition('eid', $values['booking_eid']) ->execute(); } + + // update SQL view + _booking_node_create_mysqlview(); $form_state['redirect'] = array('admin/config/booking/events'); } \ No newline at end of file