(typo)
[squirrelmail.git] / src / read_body.php
index ef59d7656a8afa1a2757684d7c5b291ea4da3b85..c29b9497b24a15e8c6bf237697bedea31db76e77 100644 (file)
    // 4) Make them unique -- weed out duplicates
    // (Coded for PHP 4.0.0)
    $url_replytoall_extra_addrs =
-      array_keys(array_flip($url_replytoall_extra_addrs);
+      array_keys(array_flip($url_replytoall_extra_addrs));
    
    // 5) Remove the addresses we'll be sending the message 'to'
    $url_replytoall_avoid_addrs = parseAddrs($message->header->replyto);