* Improved on r73567, this makes WebRequest::getFuzzyBool case insensitive, making...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 27 Sep 2010 15:59:58 +0000 (15:59 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 27 Sep 2010 15:59:58 +0000 (15:59 +0000)
commitdc723fc71014b61d3abe1393a5207ff836ce441d
treea25c16a14f73bbe8a6625ac0ae2907873b8c3311
parentb334000f357a8b6593960b923f6e80c280802d70
* Improved on r73567, this makes WebRequest::getFuzzyBool case insensitive, making 'false', 'FALSE', 'FaLsE', etc to be boolean false
* Fixed syntax error in Skin.php
includes/Skin.php
includes/WebRequest.php