Merge branch 'master' of github.com:roundcube/roundcubemail
program/include/rcube_addressbook.php @@ -434,6 +434,11 @@ } } // remove duplicates if ($flat && !empty($out)) { $out = array_unique($out); } return $out; }