X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Faddressbook.php;h=8385ca3c4c2982fcf288b027fe6718d25e246fe1;hp=fa53c7e30c5e591f678331c921b1de314ec45640;hb=507832e7aaf3b34e2165c871632c5eb365125240;hpb=6aff2ff645018a61b431d333f00c7b6f1191a0b3 diff --git a/functions/addressbook.php b/functions/addressbook.php index fa53c7e3..8385ca3c 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -112,7 +112,7 @@ $ret = array(); for($i = 1 ; $i <= $this->numbackends ; $i++) { if(empty($type) || $type == $this->backends[$i]->btype) { - array_push($ret, &$this->backends[$i]); + $ret[] = &$this->backends[$i]; } } return $ret;