r50302 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50301‎ | r50302 | r50303 >
Date:07:47, 7 May 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
* Same hack for transstat.php as in r50125
Modified paths:
  • /trunk/phase3/maintenance/language/StatOutputs.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/StatOutputs.php
@@ -32,7 +32,7 @@
3333 class wikiStatsOutput extends statsOutput {
3434 function heading() {
3535 global $IP;
36 - $version = SpecialVersion::getVersion( $IP );
 36+ $version = SpecialVersion::getVersion( 'nodb' );
3737 echo "'''Statistics are based on:''' <code>" . $version . "</code>\n\n";
3838 echo "'''Note:''' These statistics can be generated by running <code>php maintenance/language/transstat.php</code>.\n\n";
3939 echo "For additional information on specific languages (the message names, the actual problems, etc.), run <code>php maintenance/language/checkLanguage.php --lang=foo</code>.\n\n";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50125* Hack for checkLanguage.php to work without databasenikerabbit10:49, 2 May 2009

Status & tagging log