|
@@ -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')\"";
|