program/steps/mail/compose.inc
@@ -601,7 +601,7 @@ function rcmail_write_compose_attachments(&$message, $bodyIsHtml) { global $OUTPUT; echo "^^^^^"; $cid_map = array(); foreach ((array)$message->mime_parts as $pid => $part) { @@ -672,7 +672,7 @@ $attachment = rcmail::get_instance()->plugins->exec_hook('save_attachment', $attachment); if ($attachment['status']) { unset($attachment['data'], $attachment['status']); unset($attachment['data'], $attachment['status'], $attachment['content_id']); return $attachment; } else if ($path) { @unlink($path);