Bugzilla – Attachment 8425 Details for
Bug 7773
serials/subscription-add.pl needs to scope $query for plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7773 - serials/subscription-add.pl scope $query for plack
Bug-7773---serialssubscription-addpl-scope-query-f.patch (text/plain), 693 bytes, created by
Dobrica Pavlinusic
on 2012-03-21 14:51:43 UTC
(
hide
)
Description:
Bug 7773 - serials/subscription-add.pl scope $query for plack
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-03-21 14:51:43 UTC
Size:
693 bytes
patch
obsolete
>From 303a070a15fee8c9985dbbc7c507cc892b40952e Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Wed, 21 Mar 2012 11:28:54 +0100 >Subject: [PATCH] Bug 7773 - serials/subscription-add.pl scope $query for plack > >--- > serials/subscription-add.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/serials/subscription-add.pl b/serials/subscription-add.pl >index 9acee7b..7fbe16b 100755 >--- a/serials/subscription-add.pl >+++ b/serials/subscription-add.pl >@@ -34,7 +34,7 @@ use Carp; > > #use Smart::Comments; > >-my $query = CGI->new; >+our $query = CGI->new; > my $op = $query->param('op') || ''; > my $dbh = C4::Context->dbh; > my $sub_length; >-- >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 7773
:
8394
|
8425
|
8564
|
8571