From f44051991b1ab36673c6ac7522785b2401583dcf Mon Sep 17 00:00:00 2001 From: fidian Date: Wed, 31 Jan 2001 18:05:05 +0000 Subject: [PATCH] (typo) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1011 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index ef59d765..c29b9497 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -177,7 +177,7 @@ // 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); -- 2.25.1