summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-07-19 09:46:13 +0000
committeralecpl <alec@alec.pl>2009-07-19 09:46:13 +0000
commit5503cc09f1bd90726daf776c4a87406570241453 (patch)
treed415940f4d78f93beaeabdcaed1bfeb8e8a96ee0
parenta640647edd0776555b9d2083fd968b2317143c8c (diff)
- cleanup
-rw-r--r--program/steps/mail/compose.inc2
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)
{