projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de9d83f
)
Fix html driver to work for now.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 11 Nov 2008 05:45:58 +0000
(22:45 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 11 Nov 2008 05:45:58 +0000
(22:45 -0700)
imp/lib/Mime/Viewer/html.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/html.php
b/imp/lib/Mime/Viewer/html.php
index
72beb8d
..
831b48c
100644
(file)
--- 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, '<>');