Bugzilla – Attachment 42352 Details for
Bug 11622
Add ability to pay fees and fines from OPAC via PayPal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11622 [QA Followup] - Add utf8 flag for CGI
Bug-11622-QA-Followup---Add-utf8-flag-for-CGI.patch (text/plain), 804 bytes, created by
Kyle M Hall (khall)
on 2015-09-03 17:25:15 UTC
(
hide
)
Description:
Bug 11622 [QA Followup] - Add utf8 flag for CGI
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-09-03 17:25:15 UTC
Size:
804 bytes
patch
obsolete
>From 376c2511b7cc7ad7764e75f040f15fffe9324212 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 3 Sep 2015 13:24:11 -0400 >Subject: [PATCH] Bug 11622 [QA Followup] - Add utf8 flag for CGI > >--- > opac/opac-account-pay-paypal-return.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-account-pay-paypal-return.pl b/opac/opac-account-pay-paypal-return.pl >index b7940e1..2f95883 100755 >--- a/opac/opac-account-pay-paypal-return.pl >+++ b/opac/opac-account-pay-paypal-return.pl >@@ -32,7 +32,7 @@ use C4::Accounts; > use C4::Members; > use Koha::Database; > >-my $cgi = new CGI; >+my $cgi = new CGI qw( -utf8 ); > > unless ( C4::Context->preference('EnablePayPalOpacPayments') ) { > print $cgi->redirect("/cgi-bin/koha/errors/404.pl"); >-- >1.7.2.5
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 11622
:
24753
|
24754
|
24756
|
40520
|
40521
|
40522
|
40523
|
42241
|
42351
|
42352
|
42594
|
42649
|
42702
|
42705
|
42715
|
42733
|
42774
|
42775
|
42777
|
42778
|
42842
|
42843
|
42857
|
42858
|
42859
|
42860
|
42861
|
42862
|
42863
|
42864
|
42865
|
44419
|
44420
|
44421
|
44422
|
44423
|
44424
|
44425
|
44426
|
44427
|
46143
|
46144
|
46145
|
46146
|
46147
|
46148
|
46149
|
46150
|
46151