mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
remove accidently comment
This commit is contained in:
parent
77e9071f5c
commit
d5788429c8
@ -3327,7 +3327,7 @@ error_log(__METHOD__."('$_foldername') ".function_backtrace());
|
|||||||
if (count($mimePart->getParts()) > 1)
|
if (count($mimePart->getParts()) > 1)
|
||||||
{
|
{
|
||||||
//cascading multipartAlternative structure, assuming only the first one is to be used
|
//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();
|
$bodyPart = array();
|
||||||
if (self::$debug) _debug_array(array($_structure,function_backtrace()));
|
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')))
|
if($_structure->getSubType() == 'html' && !in_array($_htmlMode, array('html_only', 'always_display', 'only_if_no_text')))
|
||||||
{
|
{
|
||||||
$bodyPart = array(
|
$bodyPart = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user