Line ending fixes for r67320.
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 8 Jun 2010 06:49:06 +0000 (06:49 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 8 Jun 2010 06:49:06 +0000 (06:49 +0000)
maintenance/updateDoubleWidthSearch.php
maintenance/updateSearchIndex.php

index 83944c2..bf83152 100644 (file)
@@ -44,7 +44,7 @@ class UpdateDoubleWidthSearch extends Maintenance {
 
                $dbw = wfGetDB( DB_MASTER );
                if ( $dbw->getType() !== 'mysql' ) {
-                       $this->output( "This change is only needed on MySQL, quitting..." );
+                       $this->output( "This change is only needed on MySQL, quitting.\n" );
                        exit( 1 );
                }
 
index f58d22d..bf1b0d3 100644 (file)
@@ -69,10 +69,10 @@ class UpdateSearchIndex extends Maintenance {
                                fwrite( $file, $end );
                                fclose( $file );
                        } else {
-                               $this->output( "*** Couldn't write to the $posFile!" );
+                               $this->output( "*** Couldn't write to the $posFile!\n" );
                        }
                } else {
-                       $this->output( "*** Couldn't write to the $posFile!" );
+                       $this->output( "*** Couldn't write to the $posFile!\n" );
                }
        }