diff options
author | alecpl <alec@alec.pl> | 2009-07-19 09:46:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-07-19 09:46:13 +0000 |
commit | 5503cc09f1bd90726daf776c4a87406570241453 (patch) | |
tree | d415940f4d78f93beaeabdcaed1bfeb8e8a96ee0 /program | |
parent | a640647edd0776555b9d2083fd968b2317143c8c (diff) |
- cleanup
Diffstat (limited to 'program')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index f8f7f08dd..21cedc336 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -601,7 +601,7 @@ function rcmail_create_draft_body($body, $bodyIsHtml) function rcmail_write_compose_attachments(&$message, $bodyIsHtml) { global $OUTPUT; -echo "^^^^^"; + $cid_map = array(); foreach ((array)$message->mime_parts as $pid => $part) { |