Index: trunk/extensions/Renameuser/SpecialRenameuser_body.php |
— | — | @@ -311,7 +311,7 @@ |
312 | 312 | #$this->tablesJob['revision'] = array('rev_user_text','rev_id'); |
313 | 313 | $this->tablesJob['recentchanges'] = array('rc_user_text','rc_id'); |
314 | 314 | } else { |
315 | | - $this->tables['revision'] = 'rev_user_text'; |
| 315 | + #$this->tables['revision'] = 'rev_user_text'; |
316 | 316 | $this->tables['recentchanges'] = 'rc_user_text'; |
317 | 317 | } |
318 | 318 | |