From d5788429c8f16f161b84f34cfdffa33717a95bb1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 16 Nov 2013 13:10:47 +0000 Subject: [PATCH] remove accidently comment --- mail/inc/class.mail_bo.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mail/inc/class.mail_bo.inc.php b/mail/inc/class.mail_bo.inc.php index 3c404209b7..5a08eec586 100644 --- a/mail/inc/class.mail_bo.inc.php +++ b/mail/inc/class.mail_bo.inc.php @@ -3327,7 +3327,7 @@ error_log(__METHOD__."('$_foldername') ".function_backtrace()); if (count($mimePart->getParts()) > 1) { //cascading multipartAlternative structure, assuming only the first one is to be used -// return $this->getMultipartAlternative($_uid, $mimePart, $_htmlMode, $_preserveSeen); + return $this->getMultipartAlternative($_uid, $mimePart, $_htmlMode, $_preserveSeen); } } } @@ -3534,8 +3534,6 @@ error_log(__METHOD__."('$_foldername') ".function_backtrace()); $bodyPart = array(); if (self::$debug) _debug_array(array($_structure,function_backtrace())); - $partID = $_structure->getMimeId(); - if($_structure->getSubType() == 'html' && !in_array($_htmlMode, array('html_only', 'always_display', 'only_if_no_text'))) { $bodyPart = array(