From 8b2859011326b8c5ee9d2a67890b8e753b1fbc37 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 13 May 2020 16:02:35 +0200 Subject: [PATCH] Bug 23794: (follow-up) Remove extra carriage return Signed-off-by: Martin Renvoize --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 65190687ac..c61e665cff 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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 -- 2.39.5