Fell into the trap again where ('#' == '#.0').
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Nov 2008 05:58:48 +0000 (22:58 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Nov 2008 05:58:48 +0000 (22:58 -0700)
imp/message.php

index d4bad44..363eabe 100644 (file)
@@ -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;
     }