fixed doublicat groups, because they were in grants and memberships

This commit is contained in:
Ralf Becker 2011-03-24 17:19:31 +00:00
parent ba92642c5b
commit 4101c181d4

View File

@ -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,