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

(-)a/authorities/authorities.pl (+1 lines)
Lines 21-26 Link Here
21
use Modern::Perl;
21
use Modern::Perl;
22
22
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
24
use POSIX;
24
use C4::Auth qw( get_template_and_user );
25
use C4::Auth qw( get_template_and_user );
25
use C4::Output qw( output_html_with_http_headers );
26
use C4::Output qw( output_html_with_http_headers );
26
use C4::AuthoritiesMarc qw( AddAuthority ModAuthority GetAuthority GetTagsLabels GetAuthMARCFromKohaField FindDuplicateAuthority );
27
use C4::AuthoritiesMarc qw( AddAuthority ModAuthority GetAuthority GetTagsLabels GetAuthMARCFromKohaField FindDuplicateAuthority );
(-)a/cataloguing/addbiblio.pl (-1 / +1 lines)
Lines 22-27 Link Here
22
use Modern::Perl;
22
use Modern::Perl;
23
23
24
use CGI;
24
use CGI;
25
use POSIX;
25
use C4::Output qw( output_html_with_http_headers );
26
use C4::Output qw( output_html_with_http_headers );
26
use C4::Auth qw( get_template_and_user haspermission );
27
use C4::Auth qw( get_template_and_user haspermission );
27
use C4::Biblio qw(
28
use C4::Biblio qw(
28
- 

Return to bug 36552