Bugzilla – Attachment 132174 Details for
Bug 23991
Move SearchSuggestion to Koha::Suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23991: (follow-up) Missing semicolon
Bug-23991-follow-up-Missing-semicolon.patch (text/plain), 810 bytes, created by
Nick Clemens (kidclamp)
on 2022-03-24 15:22:09 UTC
(
hide
)
Description:
Bug 23991: (follow-up) Missing semicolon
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-03-24 15:22:09 UTC
Size:
810 bytes
patch
obsolete
>From 46e2ac9e16836ae74772925fcd66d14f493077b3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 18 Mar 2022 13:22:08 +0000 >Subject: [PATCH] Bug 23991: (follow-up) Missing semicolon > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > opac/opac-suggestions.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl >index 8c6c3e6b81..b2ab7609bc 100755 >--- a/opac/opac-suggestions.pl >+++ b/opac/opac-suggestions.pl >@@ -129,7 +129,7 @@ if ( $op eq 'else' ) { > > $suggestion = { > map { >- my $p = $suggestion->{$_} >+ my $p = $suggestion->{$_}; > # Keep parameters that are not an empty string > ( defined $p && $p ne '' ? ( $_ => $p ) : () ) > } keys %$suggestion >-- >2.30.2
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 23991
:
95172
|
115203
|
115207
|
116639
|
118454
|
119256
|
127058
|
127100
|
128071
|
128072
|
128073
|
128074
|
128075
|
129511
|
129512
|
129513
|
129523
|
130049
|
131896
|
132026
|
132169
|
132170
|
132171
|
132172
|
132173
|
132174
|
132175
|
133874
|
134922
|
136441
|
136442
|
137201