Bugzilla – Attachment 171941 Details for
Bug 38000
Redundant code import in search.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38000: Update imports
Bug-38000-Update-imports.patch (text/plain), 1.18 KB, created by
Pedro Amorim
on 2024-09-24 14:25:19 UTC
(
hide
)
Description:
Bug 38000: Update imports
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-09-24 14:25:19 UTC
Size:
1.18 KB
patch
obsolete
>From 2efeb8fb79af72f5463492e063ea42c69c9dea40 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 24 Sep 2024 14:25:11 +0000 >Subject: [PATCH] Bug 38000: Update imports > >Noticed this while debugging a search related problem on a live server. This is cosmetic only. >--- > catalogue/search.pl | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/catalogue/search.pl b/catalogue/search.pl >index ebb78bcfb6e..8e859f02586 100755 >--- a/catalogue/search.pl >+++ b/catalogue/search.pl >@@ -143,12 +143,11 @@ use C4::Context; > use C4::Output qw( output_html_with_http_headers pagination_bar ); > use C4::Circulation qw( barcodedecode ); > use C4::Auth qw( get_template_and_user ); >-use C4::Search qw( searchResults enabled_staff_search_views z3950_search_args new_record_from_zebra ); >+use C4::Search qw( searchResults enabled_staff_search_views ); > use C4::Languages qw( getlanguage getLanguages ); > use C4::Koha qw( getitemtypeimagelocation GetAuthorisedValues ); > use URI::Escape; > use POSIX qw(ceil floor); >-use C4::Search qw( searchResults enabled_staff_search_views z3950_search_args new_record_from_zebra ); > > use Koha::ItemTypes; > use Koha::Library::Groups; >-- >2.39.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 38000
:
171941
|
171945
|
172006
|
172052