From 4b3e9423e8ae6936dcb3067ac67f70cee7795e19 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 --- 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 d1f8f1619b..359fc8d6b3 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -21960,7 +21960,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.20.1