From 7ab0a2ba4c1c2e9672acb8900ffb48bf18696625 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 19 Jul 2009 09:46:13 +0000 Subject: - cleanup git-svn-id: https://svn.roundcube.net/trunk@2767 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index f8f7f08dd..21cedc336 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/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) { -- cgit v1.2.3