From: Michael M Slusarz Date: Tue, 11 Nov 2008 05:45:58 +0000 (-0700) Subject: Fix html driver to work for now. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=df5736f4455b4d7b8906cd67130d20a49d43be09;p=horde.git Fix html driver to work for now. --- diff --git a/imp/lib/Mime/Viewer/html.php b/imp/lib/Mime/Viewer/html.php index 72beb8db6..831b48c53 100644 --- a/imp/lib/Mime/Viewer/html.php +++ b/imp/lib/Mime/Viewer/html.php @@ -136,8 +136,7 @@ class IMP_Horde_Mime_Viewer_html extends Horde_Mime_Viewer_html /* Search for inlined images that we can display. */ // TODO - $related = $this->_mimepart->getInformation('related_part'); - if ($related !== false) { + if (false) { $relatedPart = $this->_params['contents']->getMIMEPart($related); foreach ($relatedPart->getCIDList() as $ref => $id) { $id = trim($id, '<>');