Added table view of individual study group members

This commit is contained in:
2014-01-31 15:40:50 +11:00
parent 939284f3ce
commit 14303f8069
4 changed files with 117 additions and 4 deletions

View File

@@ -95,6 +95,9 @@ function booking_event_admin_submit($form, &$form_state) {
->execute();
//update menus
variable_set('menu_rebuild_needed', TRUE);
menu_router_build(TRUE);
menu_cache_clear_all();
menu_rebuild();
}