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

(-)a/opac/opac-account-pay-paypal-return.pl (-4 / +1 lines)
Lines 17-25 Link Here
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use Modern::Perl;
21
use warnings;
22
use utf8;
23
21
24
use CGI;
22
use CGI;
25
use HTTP::Request::Common;
23
use HTTP::Request::Common;
26
- 

Return to bug 11622