updated the message text so that it now says Nothing to migrate...done.
authorThomas Gries <wikinaut@users.mediawiki.org>
Tue, 11 Oct 2011 00:41:34 +0000 (00:41 +0000)
committerThomas Gries <wikinaut@users.mediawiki.org>
Tue, 11 Oct 2011 00:41:34 +0000 (00:41 +0000)
maintenance/convertUserOptions.php

index c99566d..c425db7 100644 (file)
@@ -38,7 +38,7 @@ class ConvertUserOptions extends Maintenance {
                $dbw = wfGetDB( DB_MASTER );
 
                if ( !$dbw->fieldExists( 'user', 'user_options ' ) ) {
-                       $this->output( "No user_options field in the user table. Nothing to migrate" );
+                       $this->output( "No user_options field in the user table. Nothing to migrate..." );
                        return;
                }
                while ( $id !== null ) {