Bugzilla – Attachment 41680 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]
Bug 14696: useless use of String::Random in catalogue/search.pl
Bug-14696-useless-use-of-StringRandom-in-catalogue.patch (text/plain), 874 bytes, created by
Jonathan Druart
on 2015-08-19 15:25:52 UTC
(
hide
)
Description:
Bug 14696: useless use of String::Random in catalogue/search.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-08-19 15:25:52 UTC
Size:
874 bytes
patch
obsolete
>From 7dcf92203878b0ff45b542e46c87775c70ea86dc 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] Bug 14696: useless use of String::Random in > catalogue/search.pl > >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 >--- > 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; > >-- >2.1.0
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