diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-19 09:46:13 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-19 09:46:13 +0000 |
| commit | 7ab0a2ba4c1c2e9672acb8900ffb48bf18696625 (patch) | |
| tree | c92f439e4eacd91d696b59ad94e172679812781c /roundcubemail/program/steps | |
| parent | 45ca96cd4bb2196818fde5cd42a8012a961a41c3 (diff) | |
- cleanup
git-svn-id: https://svn.roundcube.net/trunk@2767 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
