r23064 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23063‎ | r23064 | r23065 >
Date:11:01, 18 June 2007
Author:kim
Status:old
Tags:
Comment:
collections now sorted
Modified paths:
  • /trunk/extensions/Wikidata/util/collections.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/util/collections.php
@@ -51,6 +51,7 @@
5252 GROUP BY uw_collection_ns.collection_id
5353 ) AS counts
5454 ON spellings.id=counts.id
 55+ ORDER BY spelling
5556 ")or die ("error ".mysql_error());
5657
5758

Status & tagging log