Index: trunk/extensions/Renameuser/Renameuser_body.php |
— | — | @@ -500,7 +500,7 @@ |
501 | 501 | $timestampC = $params[2]; // some *_timestamp column |
502 | 502 | |
503 | 503 | $res = $dbw->select( $table, |
504 | | - array( $userTextC, $timestampC ), |
| 504 | + array( $timestampC ), |
505 | 505 | array( $userTextC => $this->old, $userIDC => $this->uid ), |
506 | 506 | __METHOD__, |
507 | 507 | array( 'ORDER BY' => "$timestampC ASC" ) |