[dev] MIME/Part.php style question

Jon Parise jon@horde.org
Tue Oct 22 23:26:17 2002


I noticed the following comparison in horde/lib/MIME/Part.php:187:

    if (($disposition === 'inline') || ($disposition == 'attachment')) {

I'm curious why an identity comparison is used in the first test and
an equality comparison is used second.

-- 
Jon Parise (jon@horde.org) :: The Horde Project (http://horde.org/)