From 4101c181d46941dbc5a25d90b020c672cb00d795 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 24 Mar 2011 17:19:31 +0000 Subject: [PATCH] fixed doublicat groups, because they were in grants and memberships --- calendar/inc/class.calendar_bo.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_bo.inc.php b/calendar/inc/class.calendar_bo.inc.php index 0e4a3dc03e..b5ec49fa75 100644 --- a/calendar/inc/class.calendar_bo.inc.php +++ b/calendar/inc/class.calendar_bo.inc.php @@ -1558,7 +1558,7 @@ class calendar_bo { $arr = &$users; } - $arr[] = array( + $arr[$id] = array( 'grantor' => $id, 'value' => ($type == 'g' ? 'g_' : '') . $id, 'name' => $name,