* Fixing bug where the lowest contributors were shown - not the highest (oops)

* Sorting sub-queries DESC
This commit is contained in:
Tim Laqua 2007-12-19 17:23:43 +00:00
parent d20ca5c22d
commit 47769a7f1c
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ $wgExtensionCredits['specialpage'][] = array(
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
'author'=>'Tim Laqua',
'description'=>'Polls wiki database for highest user contribution volume',
'version'=>'1.7'
'version'=>'1.7.1'
);
define( 'CONTRIBUTIONSCORES_PATH', dirname( __FILE__ ) );