Avoid duplicate users.
authorJan Schneider <jan@horde.org>
Mon, 8 Mar 2010 23:34:20 +0000 (00:34 +0100)
committerJan Schneider <jan@horde.org>
Mon, 8 Mar 2010 23:36:38 +0000 (00:36 +0100)
kronolith/lib/Tagger.php

index 7e60f85..c34d0ec 100644 (file)
@@ -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 */