r99453 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99452‎ | r99453 | r99454 >
Date:00:41, 11 October 2011
Author:wikinaut
Status:ok
Tags:
Comment:
updated the message text so that it now says Nothing to migrate...done.
Modified paths:
  • /trunk/phase3/maintenance/convertUserOptions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/convertUserOptions.php
@@ -38,7 +38,7 @@
3939 $dbw = wfGetDB( DB_MASTER );
4040
4141 if ( !$dbw->fieldExists( 'user', 'user_options ' ) ) {
42 - $this->output( "No user_options field in the user table. Nothing to migrate" );
 42+ $this->output( "No user_options field in the user table. Nothing to migrate..." );
4343 return;
4444 }
4545 while ( $id !== null ) {

Status & tagging log