Browse Source

1 == 1.1 => true? changed to === fixed this.

stekkel 23 years ago
parent
commit
a0abf08b16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      class/mime.class.php

+ 1 - 1
class/mime.class.php

@@ -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;
 	       }