r81280 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81279‎ | r81280 | r81281 >
Date:23:13, 31 January 2011
Author:reedy
Status:deferred
Tags:
Comment:
Followup r81279, forgot to press save!
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRandompage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRandompage.php
@@ -139,7 +139,7 @@
140140 $this->extra[] = $this->addExtraSQL();
141141 }
142142
143 - $res = $dbr->doQuery(
 143+ $res = $dbr->select(
144144 'page',
145145 array( 'page_title', 'page_namespace' ),
146146 array_merge( array(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81279Re-write raw SQL...reedy23:06, 31 January 2011

Status & tagging log