Bugzilla – Attachment 104847 Details for
Bug 23794
Convert OpacMainUserBlock system preference to news block
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23794: (follow-up) Remove extra carriage return
Bug-23794-follow-up-Remove-extra-carriage-return.patch (text/plain), 1.16 KB, created by
Jonathan Druart
on 2020-05-13 14:02:54 UTC
(
hide
)
Description:
Bug 23794: (follow-up) Remove extra carriage return
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-13 14:02:54 UTC
Size:
1.16 KB
patch
obsolete
>From 4b3e9423e8ae6936dcb3067ac67f70cee7795e19 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23794
:
99704
|
101392
|
104073
| 104847