* Fixed bugs introduced in revision 1.564 by rob ;)
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 8 Jan 2006 03:09:31 +0000 (03:09 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 8 Jan 2006 03:09:31 +0000 (03:09 +0000)
commit16a34824811a62e4107b0a4bf12b1056e6d9a5ac
tree996102d1ab83996951153f28366c829bb997c402
parent2eaa013bf7ca259f6541a1b8b8e6559ac10162a7
* Fixed bugs introduced in revision 1.564 by rob ;)
  - Changed back to using if $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
  - $nick was changed to $nickname in 1.564 in most places, but not all, as a
    result no fancy signiture worked (feature?;) and php vomited E_NOTICE
  - $name => $username, same thing as above, variable name change where not all
    of them were changed resulting in E_NOTICE etc. etc.
includes/Parser.php