projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3a770
)
This value might be 0 - use isset() instead.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 12 Nov 2008 18:51:54 +0000
(11:51 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 12 Nov 2008 18:51:54 +0000
(11:51 -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
0978f6e
..
eec7e49
100644
(file)
--- a/
imp/lib/Mime/Viewer/html.php
+++ b/
imp/lib/Mime/Viewer/html.php
@@
-136,7
+136,7
@@
class IMP_Horde_Mime_Viewer_html extends Horde_Mime_Viewer_html
/* Search for inlined links that we can display (multipart/related
* parts). */
- if (
!empty
($this->_params['related_id'])) {
+ if (
isset
($this->_params['related_id'])) {
$cid_replace = array();
foreach ($this->_params['related_cids'] as $mime_id => $cid) {