r27036 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r27035‎ | r27036 | r27037 >
Date:01:48, 30 October 2007
Author:aaron
Status:old
Tags:
Comment:
*Remove redundant line
Modified paths:
  • /trunk/extensions/Renameuser/SpecialRenameuser_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Renameuser/SpecialRenameuser_body.php
@@ -311,7 +311,7 @@
312312 #$this->tablesJob['revision'] = array('rev_user_text','rev_id');
313313 $this->tablesJob['recentchanges'] = array('rc_user_text','rc_id');
314314 } else {
315 - $this->tables['revision'] = 'rev_user_text';
 315+ #$this->tables['revision'] = 'rev_user_text';
316316 $this->tables['recentchanges'] = 'rc_user_text';
317317 }
318318

Status & tagging log