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

(-)a/svc/cataloguing/automatic_linker.pl (-2 / +1 lines)
Lines 25-31 use C4::Auth; Link Here
25
use C4::Biblio;
25
use C4::Biblio;
26
use C4::Context;
26
use C4::Context;
27
27
28
my $input = new CGI;
28
my $input = CGI->new;
29
print $input->header('application/json');
29
print $input->header('application/json');
30
30
31
# Check the user's permissions
31
# Check the user's permissions
32
- 

Return to bug 11299