Added subject retrieval when message initiated from page other than read_body.php
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 Mar 2003 23:08:41 +0000 (23:08 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 Mar 2003 23:08:41 +0000 (23:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4654 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index c946388e2d53484a1172624fad7521b487c22915..798c9a1748610193e7c310afdb8734c4cc394649 100644 (file)
@@ -536,6 +536,9 @@ elseif (isset($sigappend)) {
     if (isset($send_to_bcc)) {
        $values['send_to_bcc'] = $send_to_bcc;
     }
+    if (isset($subject)) {
+       $values['subject'] = $subject;
+    }
     showInputForm($session, $values);
 }