From 39fb11ed689fef65ba457f7d5fe9206ac10d74f1 Mon Sep 17 00:00:00 2001 From: Koha User Date: Tue, 13 Mar 2018 15:09:22 +0000 Subject: [PATCH] Bug 19582 - remove use of C4::AuthoritiesMarc --- authorities/auth_finder.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl index edd5357..046fb5f 100755 --- a/authorities/auth_finder.pl +++ b/authorities/auth_finder.pl @@ -25,7 +25,6 @@ use CGI qw ( -utf8 ); use C4::Output; use C4::Auth; use C4::Context; -use C4::AuthoritiesMarc; use C4::Acquisition; use C4::Koha; use Koha::SearchEngine::Search; -- 2.7.4