r108129 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108128‎ | r108129 | r108130 >
Date:09:49, 5 January 2012
Author:siebrand
Status:ok (Comments)
Tags:
Comment:
Fix typo in r108127.
Modified paths:
  • /trunk/extensions/ContributionScores/ContributionScores_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionScores/ContributionScores_body.php
@@ -78,7 +78,7 @@
7979
8080 $sql = "SELECT user_id, " .
8181 "user_name, " .
82 - "user_real_name" .
 82+ "user_real_name, " .
8383 "page_count, " .
8484 "rev_count, " .
8585 "page_count+SQRT(rev_count-page_count)*2 AS wiki_rank " .

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108127* format number output of cscore parser function....siebrand09:43, 5 January 2012

Comments

#Comment by Nikerabbit (talk | contribs)   10:02, 5 January 2012

Ugly :o

Status & tagging log