1 == 1.1 => true? changed to === fixed this.
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 19 Aug 2002 14:46:25 +0000 (14:46 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 19 Aug 2002 14:46:25 +0000 (14:46 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3367 7612ce4b-ef26-0410-bec9-ea0150e637f0

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