r67732 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67731‎ | r67732 | r67733 >
Date:16:42, 9 June 2010
Author:yaron
Status:deferred
Tags:
Comment:
Removed now-unnecessary SQL sorting in getAllPagesForCategory()
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Utils.php
@@ -264,8 +264,7 @@
265265 array( 'categorylinks', 'page' ),
266266 array( 'page_title', 'page_namespace' ),
267267 array( 'cl_from = page_id', $conditions ),
268 - __METHOD__,
269 - 'SORT BY cl_sortkey' );
 268+ __METHOD__ );
270269 if ( $res ) {
271270 while ( $res && $row = $db->fetchRow( $res ) ) {
272271 if ( array_key_exists( 'page_title', $row ) ) {

Status & tagging log