typo
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 16 Oct 2002 15:24:16 +0000 (15:24 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 16 Oct 2002 15:24:16 +0000 (15:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3879 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index f95dd7e409a2400488ba0eb890d04c65851b2b97..c5e506809d72bb6faac8c6f875f0759efe93c959 100644 (file)
@@ -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'
     */