mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
GNU Patch #122.
This commit is contained in:
parent
73f3c725fb
commit
b79eef2053
@ -98,7 +98,7 @@
|
|||||||
while($old_group_list && $id = each($old_group_list))
|
while($old_group_list && $id = each($old_group_list))
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->acl->delete_repository('phpgw_group',$account_id,intval($id[1]));
|
$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);
|
$GLOBALS['phpgw']->acl->delete_repository('%%','run',$account_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user