Bug 23794: (follow-up) Remove extra carriage return
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 13 May 2020 14:02:35 +0000 (16:02 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 13 May 2020 15:04:47 +0000 (16:04 +0100)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/updatedatabase.pl

index 6519068..c61e665 100755 (executable)
@@ -21946,7 +21946,7 @@ if( CheckVersion( $DBversion ) ) {
         foreach my $lang ( @langs ) {
             # If there is a value in the OpacMainUserBlock preference, insert it into opac_news
             $dbh->do("INSERT INTO opac_news (branchcode, lang, title, content ) VALUES (NULL, ?, '', ?)", undef, "OpacMainUserBlock_$lang", $opacmainuserblock);
-            push @detail, "Inserting OpacMainUserBlock contents into $lang news item...\n";
+            push @detail, "Inserting OpacMainUserBlock contents into $lang news item...";
         }
     }
     # Remove the OpacMainUserBlock system preference