r89793 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89792‎ | r89793 | r89794 >
Date:19:58, 9 June 2011
Author:platonides
Status:ok
Tags:
Comment:
Change whitespace so it is easier to read.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWantedpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWantedpages.php
@@ -64,12 +64,14 @@
6565 NS_MEDIAWIKI . "'" ),
6666 'options' => array ( 'HAVING' => "COUNT(*) > $count",
6767 'GROUP BY' => 'pl_namespace, pl_title' ),
68 - 'join_conds' => array ( 'pg1' => array (
 68+ 'join_conds' => array (
 69+ 'pg1' => array (
6970 'LEFT JOIN', array (
7071 'pg1.page_namespace = pl_namespace',
7172 'pg1.page_title = pl_title' ) ),
7273 'pg2' => array ( 'LEFT JOIN',
73 - 'pg2.page_id = pl_from' ) )
 74+ 'pg2.page_id = pl_from' )
 75+ )
7476 );
7577 // Replacement WantedPages::getSQL
7678 wfRunHooks( 'WantedPages::getQueryInfo',

Status & tagging log