Minor bug fix, just a misspelled variable
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 06:49:33 +0000 (06:49 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 06:49:33 +0000 (06:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8266 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/mime/Message.class.php

index 131359664fdcf3f869dc66ca205d7e354b8cfbf9..58d01458242733033d55f493aeb0b2e4bc8fc408 100644 (file)
@@ -443,7 +443,7 @@ class Message {
         if (count($arg_a) > 9) {
             $d = strtr($arg_a[0], array('  ' => ' '));
             $d = explode(' ', $d);
-        if (!$arg_a[1]) $arg_1[1] = _("(no subject)");        
+        if (!$arg_a[1]) $arg_a[1] = _("(no subject)");        
 
             $hdr->date = getTimeStamp($d); /* argument 1: date */
             $hdr->subject = $arg_a[1];     /* argument 2: subject */