remove accidently comment

This commit is contained in:
Ralf Becker 2013-11-16 13:10:47 +00:00
parent 77e9071f5c
commit d5788429c8

View File

@ -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(