From: Jan Schneider Date: Mon, 8 Mar 2010 23:34:20 +0000 (+0100) Subject: Avoid duplicate users. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=17822d353aa2282d07352b5d77dc83d4b68c158e;p=horde.git Avoid duplicate users. --- diff --git a/kronolith/lib/Tagger.php b/kronolith/lib/Tagger.php index 7e60f8556..c34d0ec82 100644 --- a/kronolith/lib/Tagger.php +++ b/kronolith/lib/Tagger.php @@ -205,6 +205,7 @@ class Kronolith_Tagger $args['userId'][] = $GLOBALS['all_calendars'][$calendar]->get('owner'); } } + $args['userId'] = array_unique($args['userId']); } /* Add the tags to the search */