mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +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 = &$users;
|
||||||
}
|
}
|
||||||
$arr[] = array(
|
$arr[$id] = array(
|
||||||
'grantor' => $id,
|
'grantor' => $id,
|
||||||
'value' => ($type == 'g' ? 'g_' : '') . $id,
|
'value' => ($type == 'g' ? 'g_' : '') . $id,
|
||||||
'name' => $name,
|
'name' => $name,
|
||||||
|
Loading…
Reference in New Issue
Block a user