瀏覽代碼

fix comp_in_new

stekkel 23 年之前
父節點
當前提交
5bdfa182ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -694,7 +694,7 @@ if (($mailbox == $draft_folder) && ($save_as_draft)) {
                 "identity=$identity&send_to=$url_to_string&".
 		"send_to_cc=$url_cc_string&send_to_bcc=$url_bcc_string&".
 		"subject=$url_subj&mailprio=$priority_level&".
-		"draft_id=$passed_id&ent_num=$ent_num&passed_id=$passed_id";
+		"draft_id=$passed_id&ent_num=$ent_num";
     
     if ($compose_new_win == '1') {
         echo "<a href=\"javascript:void(0)\" onclick=\"comp_in_new(false,'$comp_uri')\"";