r75230 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75229‎ | r75230 | r75231 >
Date:12:44, 23 October 2010
Author:aaron
Status:ok
Tags:
Comment:
Removed unused column from select
Modified paths:
  • /trunk/extensions/Renameuser/Renameuser_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Renameuser/Renameuser_body.php
@@ -500,7 +500,7 @@
501501 $timestampC = $params[2]; // some *_timestamp column
502502
503503 $res = $dbw->select( $table,
504 - array( $userTextC, $timestampC ),
 504+ array( $timestampC ),
505505 array( $userTextC => $this->old, $userIDC => $this->uid ),
506506 __METHOD__,
507507 array( 'ORDER BY' => "$timestampC ASC" )

Status & tagging log