http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99453

Revision: 99453
Author:   wikinaut
Date:     2011-10-11 00:41:34 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
updated the message text so that it now says Nothing to migrate...done.

Modified Paths:
--------------
    trunk/phase3/maintenance/convertUserOptions.php

Modified: trunk/phase3/maintenance/convertUserOptions.php
===================================================================
--- trunk/phase3/maintenance/convertUserOptions.php     2011-10-11 00:24:44 UTC 
(rev 99452)
+++ trunk/phase3/maintenance/convertUserOptions.php     2011-10-11 00:41:34 UTC 
(rev 99453)
@@ -38,7 +38,7 @@
                $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 ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to