r77665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77664‎ | r77665 | r77666 >
Date:15:40, 3 December 2010
Author:reedy
Status:ok
Tags:
Comment:
r77664, Whitespace, DIE IN A FIRE
Modified paths:
  • /trunk/extensions/CodeReview/api/ApiQueryCodeRevisions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/api/ApiQueryCodeRevisions.php
@@ -62,10 +62,10 @@
6363
6464 $query = $pager->getQueryInfo();
6565
66 - $query['conds'][] = 'cr_id IN ( ' . $list . ' )';
 66+ $query['conds'][] = 'cr_id IN ( ' . $list . ' )';
6767
68 - $revisions = $db->select( $query['tables'], $query['fields'], $query['conds'],
69 - __METHOD__, $query['options'], $query['join_conds'] );
 68+ $revisions = $db->select( $query['tables'], $query['fields'], $query['conds'],
 69+ __METHOD__, $query['options'], $query['join_conds'] );
7070
7171 } else {
7272 if ( !is_null( $params['start'] ) ) {
@@ -74,7 +74,7 @@
7575 $limit = $params['limit'];
7676 $pager->setLimit( $limit );
7777
78 - $pager->doQuery();
 78+ $pager->doQuery();
7979
8080 $revisions = $pager->getResult();
8181 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77664*(bug 26061) CodeReview API need to give info for a list of revisionsreedy15:32, 3 December 2010

Status & tagging log