From: stekkel Date: Wed, 16 Oct 2002 15:24:16 +0000 (+0000) Subject: typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=98e47335d441406cff3161ddf83c172df8fbc3e0;p=squirrelmail.git typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3879 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index f95dd7e4..c5e50680 100644 --- a/src/compose.php +++ b/src/compose.php @@ -104,7 +104,7 @@ $key = $_COOKIE['key']; function replyAllString($header) { global $include_self_reply_all, $username, $data_dir; - $excl_arr = array(); + $excl_ar = array(); /** * 1) Remove the addresses we'll be sending the message 'to' */