and again

This commit is contained in:
Nathan Coad
2019-09-02 21:51:57 +10:00
parent 7938449565
commit 572cf2797c

View File

@@ -296,5 +296,8 @@ function booking_event_form_submit($form, &$form_state) {
->execute(); ->execute();
} }
// update SQL view
_booking_node_create_mysqlview();
$form_state['redirect'] = array('admin/config/booking/events'); $form_state['redirect'] = array('admin/config/booking/events');
} }