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

(-)a/tools/batchMod.pl (-2 / +1 lines)
Lines 22-28 use CGI qw ( -utf8 ); Link Here
22
use Modern::Perl;
22
use Modern::Perl;
23
use Try::Tiny qw( catch try );
23
use Try::Tiny qw( catch try );
24
24
25
use C4::Auth qw( get_template_and_user );
25
use C4::Auth qw( get_template_and_user haspermission );
26
use C4::Output qw( output_html_with_http_headers );
26
use C4::Output qw( output_html_with_http_headers );
27
use C4::Biblio qw(
27
use C4::Biblio qw(
28
    DelBiblio
28
    DelBiblio
29
- 

Return to bug 17600