Index: branches/wmf/1.19wmf1/maintenance/cleanupUploadStash.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | ); |
53 | 53 | |
54 | 54 | if( !is_object( $res ) || $res->numRows() == 0 ) { |
55 | | - $this->output( 'No files to cleanup!' ); |
| 55 | + $this->output( "No files to cleanup!\n" ); |
56 | 56 | // nothing to do. |
57 | 57 | return; |
58 | 58 | } |
Property changes on: branches/wmf/1.19wmf1 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
59 | 59 | Merged /trunk/phase3:r113085 |
Index: branches/REL1_19/phase3/maintenance/cleanupUploadStash.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | ); |
53 | 53 | |
54 | 54 | if( !is_object( $res ) || $res->numRows() == 0 ) { |
55 | | - $this->output( 'No files to cleanup!' ); |
| 55 | + $this->output( "No files to cleanup!\n" ); |
56 | 56 | // nothing to do. |
57 | 57 | return; |
58 | 58 | } |
Property changes on: branches/REL1_19/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
59 | 59 | Merged /trunk/phase3:r113085 |