program/include/rcube_addressbook.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_addressbook.php
@@ -434,6 +434,11 @@ } } // remove duplicates if ($flat && !empty($out)) { $out = array_unique($out); } return $out; }