array as text for CC in eMail message, when replying/forwarding mail to multiple CC (reported by german user list): fixed typo

This commit is contained in:
Klaus Leithoff 2011-01-10 09:47:21 +00:00
parent e0bd41579e
commit 7c5fb3a2bf

View File

@ -565,7 +565,7 @@
if (count($ccAddressA)>0)
{
$ccAddress = bofelamimail::htmlspecialchars($bofelamimail->decode_header(implode(', ', $ccAddressA)));
$ccAddress = @htmlspecialchars(lang("cc")).": ".$ccAddressA.($bodyParts['0']['mimeType'] == 'text/html'?"\r\n<br>":"\r\n");
$ccAddress = @htmlspecialchars(lang("cc")).": ".$ccAddress.($bodyParts['0']['mimeType'] == 'text/html'?"\r\n<br>":"\r\n");
}
if($bodyParts['0']['mimeType'] == 'text/html') {
$this->sessionData['body'] = "<br>&nbsp;\r\n<p>".'----------------'.lang("original message").'-----------------'."\r\n".'<br>'.