Fix html driver to work for now.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Nov 2008 05:45:58 +0000 (22:45 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Nov 2008 05:45:58 +0000 (22:45 -0700)
imp/lib/Mime/Viewer/html.php

index 72beb8d..831b48c 100644 (file)
@@ -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, '<>');