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

(-)a/opac/opac-authoritiesdetail.pl (-2 / +1 lines)
Lines 42-48 use C4::Auth qw( get_template_and_user ); Link Here
42
use C4::Biblio qw( GetMarcUrls );
42
use C4::Biblio qw( GetMarcUrls );
43
use C4::Context;
43
use C4::Context;
44
use C4::Output qw( output_html_with_http_headers );
44
use C4::Output qw( output_html_with_http_headers );
45
use C4::AuthoritiesMarc qw( GetAuthority BuildSummary GetTagsLabels );
45
use C4::AuthoritiesMarc qw( GetAuthority BuildSummary GetTagsLabels GenerateHierarchy );
46
use CGI qw ( -utf8 );
46
use CGI qw ( -utf8 );
47
use C4::Koha;
47
use C4::Koha;
48
48
49
- 

Return to bug 29435