From df5736f4455b4d7b8906cd67130d20a49d43be09 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 10 Nov 2008 22:45:58 -0700 Subject: [PATCH] Fix html driver to work for now. --- imp/lib/Mime/Viewer/html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, '<>'); -- 2.11.0