From 298d3c0c50f14601472b832f3ecd8fcd8c07dfe4 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 12 Jun 2006 22:16:27 +0000 Subject: - get swatch converted into new acp format - add page title to ucp pages - add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages) - fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx) git-svn-id: file:///svn/phpbb/trunk@6054 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_groups.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/includes/acp') diff --git a/phpBB/includes/acp/acp_groups.php b/phpBB/includes/acp/acp_groups.php index a216a4d24f..d0560bae13 100644 --- a/phpBB/includes/acp/acp_groups.php +++ b/phpBB/includes/acp/acp_groups.php @@ -384,6 +384,8 @@ class acp_groups $auth->acl_clear_prefetch(); } + $cache->destroy('sql', GROUPS_TABLE); + $message = ($action == 'edit') ? 'GROUP_UPDATED' : 'GROUP_CREATED'; trigger_error($user->lang[$message] . adm_back_link($this->u_action)); } -- cgit v1.2.1