projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c7285
)
Fell into the trap again where ('#' == '#.0').
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 13 Nov 2008 05:58:48 +0000
(22:58 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 13 Nov 2008 05:58:48 +0000
(22:58 -0700)
imp/message.php
patch
|
blob
|
history
diff --git
a/imp/message.php
b/imp/message.php
index
d4bad44
..
363eabe
100644
(file)
--- a/
imp/message.php
+++ b/
imp/message.php
@@
-659,7
+659,7
@@
if ($show_all_parts) {
/* Build body text. This needs to be done before we build the attachment list
* that lives in the header. */
foreach ($parts_list as $mime_id => $mime_type) {
- if (in_array($mime_id, $display_ids)) {
+ if (in_array($mime_id, $display_ids
, true
)) {
continue;
}