r50460 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50459‎ | r50460 | r50461 >
Date:20:40, 10 May 2009
Author:catrope
Status:deferred
Tags:
Comment:
querypage-work: Use field names themselves rather than aliases
Modified paths:
  • /branches/querypage-work/phase3/includes/specials/SpecialListredirects.php (modified) (history)

Diff [purge]

Index: branches/querypage-work/phase3/includes/specials/SpecialListredirects.php
@@ -38,7 +38,7 @@
3939 }
4040
4141 function getOrderFields() {
42 - return array ( 'namespace', 'title' );
 42+ return array ( 'p1.page_namespace', 'p1.page_title' );
4343 }
4444
4545 function formatResult( $skin, $result ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r65323querypage-work2: Merge r50460reedy14:25, 20 April 2010

Status & tagging log