From: Thomas Gries Date: Tue, 11 Oct 2011 00:41:34 +0000 (+0000) Subject: updated the message text so that it now says Nothing to migrate...done. X-Git-Tag: 1.31.0-rc.0~27157 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=95507bc102878758ea2edc5771607ac2b1e8412d;p=lhc%2Fweb%2Fwiklou.git updated the message text so that it now says Nothing to migrate...done. --- 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 ) {