Merge branch 'master' of github.com:roundcube/roundcubemail

pull/32/merge
Thomas Bruederli 12 years ago
commit 4712ecf55e

@ -434,6 +434,11 @@ abstract class rcube_addressbook
}
}
// remove duplicates
if ($flat && !empty($out)) {
$out = array_unique($out);
}
return $out;
}

Loading…
Cancel
Save