This will clear the cache when individual is removed from a group.

This commit is contained in:
skeeter 2002-01-16 18:09:06 +00:00
parent 2c2ead7fc1
commit 32d26df97d

View File

@ -98,6 +98,7 @@
while($old_group_list && $id = each($old_group_list))
{
$GLOBALS['phpgw']->acl->delete_repository('phpgw_group',$account_id,intval($id[1]));
$GLOBALS['phpgw']->sessions->delete_cache(intval($id[1]));
}
$GLOBALS['phpgw']->acl->delete_repository('%%','run',$account_id);