r44991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44990‎ | r44991 | r44992 >
Date:23:47, 23 December 2008
Author:aaron
Status:ok
Tags:
Comment:
Fix fucked up indentation
Modified paths:
  • /trunk/phase3/includes/CategoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/CategoryPage.php
@@ -223,14 +223,14 @@
224224 array( 'page', 'categorylinks', 'category' ),
225225 array( 'page_title', 'page_namespace', 'page_len', 'page_is_redirect', 'cl_sortkey',
226226 'cat_id', 'cat_title', 'cat_subcats', 'cat_pages', 'cat_files' ),
227 - array( $pageCondition,
228 - 'cl_to' => $this->title->getDBkey() ),
 227+ array( $pageCondition, 'cl_to' => $this->title->getDBkey() ),
229228 __METHOD__,
230229 array( 'ORDER BY' => $this->flip ? 'cl_sortkey DESC' : 'cl_sortkey',
231 - 'USE INDEX' => array( 'categorylinks' => 'cl_sortkey' ),
232 - 'LIMIT' => $this->limit + 1 ),
 230+ 'USE INDEX' => array( 'categorylinks' => 'cl_sortkey' ),
 231+ 'LIMIT' => $this->limit + 1 ),
233232 array( 'categorylinks' => array( 'INNER JOIN', 'cl_from = page_id' ),
234 - 'category' => array( 'LEFT JOIN', 'cat_title = page_title AND page_namespace = ' . NS_CATEGORY ) ) );
 233+ 'category' => array( 'LEFT JOIN', 'cat_title = page_title AND page_namespace = ' . NS_CATEGORY ) )
 234+ );
235235
236236 $count = 0;
237237 $this->nextPage = null;

Status & tagging log