This commit is contained in:
skeeter 2002-02-15 04:16:35 +00:00
parent 73f3c725fb
commit b79eef2053

View File

@ -98,7 +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']->session->delete_cache(intval($id[1]));
}
$GLOBALS['phpgw']->acl->delete_repository('%%','run',$account_id);