Change whitespace so it is easier to read.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 9 Jun 2011 19:58:30 +0000 (19:58 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 9 Jun 2011 19:58:30 +0000 (19:58 +0000)
includes/specials/SpecialWantedpages.php

index 2b8a2bb..925df74 100644 (file)
@@ -64,12 +64,14 @@ class WantedPagesPage extends WantedQueryPage {
                                                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',