http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89793
Revision: 89793
Author: platonides
Date: 2011-06-09 19:58:30 +0000 (Thu, 09 Jun 2011)
Log Message:
-----------
Change whitespace so it is easier to read.
Modified Paths:
--------------
trunk/phase3/includes/specials/SpecialWantedpages.php
Modified: trunk/phase3/includes/specials/SpecialWantedpages.php
===================================================================
--- trunk/phase3/includes/specials/SpecialWantedpages.php 2011-06-09
19:57:10 UTC (rev 89792)
+++ trunk/phase3/includes/specials/SpecialWantedpages.php 2011-06-09
19:58:30 UTC (rev 89793)
@@ -64,12 +64,14 @@
NS_MEDIAWIKI . "'" ),
'options' => array ( 'HAVING' => "COUNT(*) > $count",
'GROUP BY' => 'pl_namespace, pl_title' ),
- 'join_conds' => array ( 'pg1' => array (
+ 'join_conds' => array (
+ 'pg1' => array (
'LEFT JOIN', array (
'pg1.page_namespace = pl_namespace',
'pg1.page_title = pl_title' ) ),
'pg2' => array ( 'LEFT JOIN',
- 'pg2.page_id = pl_from' ) )
+ 'pg2.page_id = pl_from' )
+ )
);
// Replacement WantedPages::getSQL
wfRunHooks( 'WantedPages::getQueryInfo',
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs