r79349 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79348‎ | r79349 | r79350 >
Date:16:47, 31 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Followup r78786: pass $fname in the raw SQL case too
Modified paths:
  • /trunk/phase3/includes/QueryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/QueryPage.php
@@ -375,7 +375,7 @@
376376 $sql = $this->getSQL();
377377 $sql .= ' ORDER BY ' . implode( ', ', $order );
378378 $sql = $dbr->limitResult( $sql, $limit, $offset );
379 - $res = $dbr->query( $sql );
 379+ $res = $dbr->query( $sql, $fname );
380380 }
381381 return $dbr->resultObject( $res );
382382 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78786Merge querypage-work2 branch from trunk. The most relevant changes are:...catrope14:16, 22 December 2010

Status & tagging log