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

(-)a/opac/opac-authoritiesdetail.pl (-2 / +1 lines)
Lines 40-46 use Modern::Perl; Link Here
40
40
41
use C4::AuthoritiesMarc;
41
use C4::AuthoritiesMarc;
42
use C4::Auth;
42
use C4::Auth;
43
use C4::Biblio;
43
use C4::Biblio qw(GetMarcUrls);
44
use C4::Context;
44
use C4::Context;
45
use C4::Output;
45
use C4::Output;
46
use CGI qw ( -utf8 );
46
use CGI qw ( -utf8 );
47
- 

Return to bug 21871