mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fixed doublicat groups, because they were in grants and memberships
This commit is contained in:
parent
ba92642c5b
commit
4101c181d4
@ -1558,7 +1558,7 @@ class calendar_bo
|
||||
{
|
||||
$arr = &$users;
|
||||
}
|
||||
$arr[] = array(
|
||||
$arr[$id] = array(
|
||||
'grantor' => $id,
|
||||
'value' => ($type == 'g' ? 'g_' : '') . $id,
|
||||
'name' => $name,
|
||||
|
Loading…
Reference in New Issue
Block a user