From df53d6557c0cf3de90359714ff5dffd8afe72216 Mon Sep 17 00:00:00 2001 From: Pedro Amorim 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/catalogue/search.pl b/catalogue/search.pl index ebb78bcfb6e..ba97a75f1c0 100755 --- a/catalogue/search.pl +++ b/catalogue/search.pl @@ -148,7 +148,6 @@ 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