* Avoid a lot of needless reparsing of titles coming out of the database
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 25 Nov 2004 12:34:48 +0000 (12:34 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 25 Nov 2004 12:34:48 +0000 (12:34 +0000)
commit935bca8ee764847868ce6c597b43eb74e0908c10
tree25e98ea52081cf6e23b1cd57f953f35cd90cadb9
parent0ab5d236f8c23039fd3be43ab4846a6a4014b609
* Avoid a lot of needless reparsing of titles coming out of the database
* Stash message lookups used on every row (potentially used hundreds or thousands of times during the script run)
* Fix undefined variable notice by removing mysterious unused line of code
includes/SpecialContributions.php