* Fixed bugs introduced in revision 1.155 by rob ;)
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 8 Jan 2006 03:12:54 +0000 (03:12 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 8 Jan 2006 03:12:54 +0000 (03:12 +0000)
commit4e2e709e0cb1c307201f3b439a92bda75b387113
tree8483a7e2c63a07f993bc47f452edf4bc514454c9
parent16a34824811a62e4107b0a4bf12b1056e6d9a5ac
* Fixed bugs introduced in revision 1.155 by rob ;)
  - Using $x === false, if ($x) is a logic error in this case because PHP
    thinks (among other things) that (int)0 and (string)0 are false, so a
custom signiture that was "0" would fail
includes/SpecialPreferences.php