From 03f8c8608c682dfaee130cfd343f03129136b258 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 15 Apr 2013 07:33:37 +0000 Subject: [PATCH] remove obsolte code --- mail/inc/class.mail_ui.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mail/inc/class.mail_ui.inc.php b/mail/inc/class.mail_ui.inc.php index b23eaf4964..a13a8e033b 100644 --- a/mail/inc/class.mail_ui.inc.php +++ b/mail/inc/class.mail_ui.inc.php @@ -1700,7 +1700,6 @@ blockquote[type=cite] { if (empty($newBody) && strtolower($singleBodyPart['charSet'])=='utf-8') $newBody = @htmlentities(iconv('utf-8', 'utf-8', $singleBodyPart['body']),ENT_QUOTES, strtoupper(mail_bo::$displayCharset)); // if the conversion to htmlentities fails somehow, try without specifying the charset, which defaults to iso- if (empty($newBody)) $newBody = htmlentities($singleBodyPart['body'],ENT_QUOTES); - #$newBody = $this->bofelamimail->wordwrap($newBody, 90, "\n"); // search http[s] links and make them as links available again // to understand what's going on here, have a look at