1 == 1.1 => true? changed to === fixed this.
[squirrelmail.git] / class / mime.class.php
index b4fa18e67e476ef121cd2576a7d3a5d11a26e96f..27404dde9ae06d5451492e181c31c2768598c79b 100644 (file)
@@ -1623,7 +1623,7 @@ class message
            $exclude = false;
            foreach ($exclude_id as $excl)
            {
-               if ($entity->entity_id == $excl)
+               if ($entity->entity_id === $excl)
               {
                  $exclude = true;
               }