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

(-)a/opac/svc/overdrive_proxy (-1 / +1 lines)
Lines 39-45 use JSON; Link Here
39
39
40
use C4::Context;
40
use C4::Context;
41
use C4::External::OverDrive;
41
use C4::External::OverDrive;
42
use C4::Output;
42
use C4::Output qw( output_with_http_headers );
43
43
44
use Koha;
44
use Koha;
45
45
(-)a/opac/svc/recordedbooks (-2 / +1 lines)
Lines 20-26 use Modern::Perl; Link Here
20
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
21
use JSON qw(encode_json);
21
use JSON qw(encode_json);
22
use C4::Auth qw(checkauth);
22
use C4::Auth qw(checkauth);
23
use C4::Output;
23
use C4::Output qw( output_with_http_headers );
24
use Koha::Logger;
24
use Koha::Logger;
25
use Koha::ExternalContent::RecordedBooks;
25
use Koha::ExternalContent::RecordedBooks;
26
26
27
- 

Return to bug 17600