Removed errors to allow resume draft with subject and attachments.
authorfallas <fallas@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 29 Oct 2001 09:02:25 +0000 (09:02 +0000)
committerfallas <fallas@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 29 Oct 2001 09:02:25 +0000 (09:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1642 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 8fb431011eefa1a8b91060f766d4bd86349c1a6a..a47817b16e5d4456ae294f6c30571deb2300a78a 100644 (file)
    echo _("Delete") . '</A>&nbsp;';
    if (($mailbox == $draft_folder) && ($save_as_draft)) {
       echo '|&nbsp;';
-      echo "               <A HREF=\"compose.php?mailbox=$mailbox&send_to=$to_string&send_to_cc=$cc_string&send_to_bcc=\$bcc_string\">";
+      echo "               <A HREF=\"compose.php?mailbox=$mailbox&send_to=$to_string&send_to_cc=$cc_string&send_to_bcc=$bcc_string&subject=$url_subj&draft_id=$passed_id&ent_num=$ent_num\">";
       echo _("Resume Draft") . '</a>';
    }
    echo '&nbsp;&nbsp;' .