Code review!
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 7 Jan 2006 12:10:04 +0000 (12:10 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 7 Jan 2006 12:10:04 +0000 (12:10 +0000)
commit396ff2043242e875a714d88a33fbb019de879e6f
treed5263eb300efe73e00d16a8adb32082d8e27d4ea
parent73f9fcd871b38d4bacbbd390a1d2f8d3ece4a245
Code review!
* Marked &getDB() as deprecated and replaced some calls of it with calls to wfGetDB( DB_SLAVE ), no more calling the master for ro queries
* -@public, redundant, everything is by default
* @private => @access private
* Documented paramaters / return values
* ' . ' => nothing
* Removed dead code
* Rewrote the isCountable() function to return bool and fixed everything that calls it appropriately
includes/Article.php