r47070 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47069‎ | r47070 | r47071 >
Date:00:59, 10 February 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Using rev_user_text to catch annon edits.
Modified paths:
  • /trunk/tools/WikipediaStatistics/index.php (modified) (history)

Diff [purge]

Index: trunk/tools/WikipediaStatistics/index.php
@@ -107,7 +107,7 @@
108108 case 'editors':
109109 $result = $dbr->select(
110110 'revision',
111 - 'DISTINCT COUNT( rev_user )',
 111+ 'DISTINCT COUNT( rev_user_text )',
112112 $dateRange,
113113 array( 'LIMIT' => 1 )
114114 );

Status & tagging log