* Fixed bugs introduced in revision 1.566 by avar (see, I can make them too!)
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 8 Jan 2006 03:39:26 +0000 (03:39 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 8 Jan 2006 03:39:26 +0000 (03:39 +0000)
commit07205d58f49f70ec914b5e4c7ef483003dde941d
tree365c969d43ee06455dd78d79d8b4e83a06fa12b8
parent4e2e709e0cb1c307201f3b439a92bda75b387113
* Fixed bugs introduced in revision 1.566 by avar (see, I can make them too!)
  - User::getOption() doesn't return bool, as a result all signitures were
    fancy, just use User::getBoolOption()
* Fixed stuff introduced in revision 1.564 by rob
  - User::getOption() output is pre-trimmed, no need for double-trimming
  - == => ===
  - the ternary op takes precedence over =, -()
includes/Parser.php