From 95507bc102878758ea2edc5771607ac2b1e8412d Mon Sep 17 00:00:00 2001 From: Thomas Gries Date: Tue, 11 Oct 2011 00:41:34 +0000 Subject: [PATCH] updated the message text so that it now says Nothing to migrate...done. --- maintenance/convertUserOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/convertUserOptions.php b/maintenance/convertUserOptions.php index c99566d5f0..c425db7666 100644 --- a/maintenance/convertUserOptions.php +++ b/maintenance/convertUserOptions.php @@ -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 ) { -- 2.20.1