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 @@
108
108
case 'editors':
109
109
$result = $dbr->select(
110
110
'revision',
111
- 'DISTINCT COUNT( rev_user )',
111
+ 'DISTINCT COUNT( rev_user_text )',
112
112
$dateRange,
113
113
array( 'LIMIT' => 1 )
114
114
);
Status & tagging log
11:30, 10 February 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r47070
[
removed:
new
added:
deferred]