From 572cf2797c1f85bad74c6e1575501d60cfe3c157 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 2 Sep 2019 21:51:57 +1000 Subject: [PATCH] and again --- booking.events.inc | 3 +++ 1 file changed, 3 insertions(+) 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