View | Details | Raw Unified | Return to bug 19582
Collapse All | Expand All

(-)a/authorities/auth_finder.pl (-2 lines)
Lines 25-31 use CGI qw ( -utf8 ); Link Here
25
use C4::Output;
25
use C4::Output;
26
use C4::Auth;
26
use C4::Auth;
27
use C4::Context;
27
use C4::Context;
28
use C4::AuthoritiesMarc;
29
use C4::Acquisition;
28
use C4::Acquisition;
30
use C4::Koha;
29
use C4::Koha;
31
use Koha::SearchEngine::Search;
30
use Koha::SearchEngine::Search;
32
- 

Return to bug 19582