r85387 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85386‎ | r85387 | r85388 >
Date:22:34, 4 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix $$ from r85379
Modified paths:
  • /trunk/phase3/maintenance/checkUsernames.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/checkUsernames.php
@@ -45,7 +45,7 @@
4646 foreach ( $res as $row ) {
4747 if ( ! User::isValidUserName( $row->user_name ) ) {
4848 $this->error( sprintf( "%s: %6d: '%s'\n", wfWikiID(), $row->user_id, $row->user_name ) );
49 - wfDebugLog( 'checkUsernames', $$row->user_name );
 49+ wfDebugLog( 'checkUsernames', $row->user_name );
5050 }
5151 }
5252 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85379Fixup a few undefined variables and alike while checking REL1_17reedy21:13, 4 April 2011

Status & tagging log