Bugzilla – Attachment 42186 Details for
Bug 14696
useless use of String::Random in catalogue/search.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14696: useless use of String::Random in catalogue/search.pl
PASSED-QA-Bug-14696-useless-use-of-StringRandom-in.patch (text/plain), 1.06 KB, created by
Katrin Fischer
on 2015-09-01 22:35:36 UTC
(
hide
)
Description:
[PASSED QA] Bug 14696: useless use of String::Random in catalogue/search.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-09-01 22:35:36 UTC
Size:
1.06 KB
patch
obsolete
>From 296a301897785e3fc7b4b6a60770cb63d87ceb62 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 19 Aug 2015 16:24:32 +0100 >Subject: [PATCH] [PASSED QA] Bug 14696: useless use of String::Random in > catalogue/search.pl >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Bug 10404 adds the use of String::Random to catalogue/search.pl but bug >11369 removes it without removing the import line. > >Test plan: > git grep String::Random catalogue/search.pl >should not return anything > >Signed-off-by: Joonas Kylmälä <j.kylmala@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > catalogue/search.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/catalogue/search.pl b/catalogue/search.pl >index 1abacb6..43d7f29 100755 >--- a/catalogue/search.pl >+++ b/catalogue/search.pl >@@ -150,7 +150,6 @@ use C4::Members qw(GetMember); > use C4::VirtualShelves; > use URI::Escape; > use POSIX qw(ceil floor); >-use String::Random; > use C4::Branch; # GetBranches > use C4::Search::History; > >-- >1.9.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 14696
:
41680
|
41699
| 42186