Bugzilla – Attachment 125066 Details for
Bug 17600
Standardize the EXPORT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17600: Fix overdrive_proxy and recordedbooks
Bug-17600-Fix-overdriveproxy-and-recordedbooks.patch (text/plain), 1.07 KB, created by
Jonathan Druart
on 2021-09-20 14:14:36 UTC
(
hide
)
Description:
Bug 17600: Fix overdrive_proxy and recordedbooks
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-09-20 14:14:36 UTC
Size:
1.07 KB
patch
obsolete
>From 2748ca324e0d73678a93a5d6113c2d1ebe426dc8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 20 Sep 2021 16:14:13 +0200 >Subject: [PATCH] Bug 17600: Fix overdrive_proxy and recordedbooks > >--- > opac/svc/overdrive_proxy | 2 +- > opac/svc/recordedbooks | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/opac/svc/overdrive_proxy b/opac/svc/overdrive_proxy >index 1404e9873cc..9df4d0cd071 100755 >--- a/opac/svc/overdrive_proxy >+++ b/opac/svc/overdrive_proxy >@@ -39,7 +39,7 @@ use JSON; > > use C4::Context; > use C4::External::OverDrive; >-use C4::Output; >+use C4::Output qw( output_with_http_headers ); > > use Koha; > >diff --git a/opac/svc/recordedbooks b/opac/svc/recordedbooks >index 4a5c9376cc1..51e9f7d7a35 100755 >--- a/opac/svc/recordedbooks >+++ b/opac/svc/recordedbooks >@@ -20,7 +20,7 @@ use Modern::Perl; > use CGI qw ( -utf8 ); > use JSON qw(encode_json); > use C4::Auth qw(checkauth); >-use C4::Output; >+use C4::Output qw( output_with_http_headers ); > use Koha::Logger; > use Koha::ExternalContent::RecordedBooks; > >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17600
:
57394
|
57950
|
57951
|
57952
|
57953
|
57954
|
61994
|
61995
|
61996
|
61997
|
61998
|
62209
|
62210
|
62211
|
62212
|
62213
|
62940
|
62941
|
62942
|
62943
|
62958
|
62959
|
64387
|
64388
|
64389
|
64390
|
64391
|
64392
|
64466
|
64467
|
64468
|
64469
|
64470
|
64471
|
64472
|
64473
|
64474
|
64475
|
64476
|
121309
|
121310
|
121311
|
121312
|
121313
|
121314
|
122360
|
122361
|
122362
|
122363
|
122364
|
122365
|
122869
|
122884
|
122945
|
123194
|
123195
|
123196
|
123200
|
123210
|
123281
|
123283
|
123284
|
123325
|
123417
|
123418
|
123419
|
123420
|
123565
|
124866
|
125059
|
125063
|
125064
| 125066 |
126640
|
127056
|
127918