Bugzilla – Attachment 8394 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]
proposed patch
07.diff (text/plain), 554 bytes, created by
Dobrica Pavlinusic
on 2012-03-21 10:30:12 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-03-21 10:30:12 UTC
Size:
554 bytes
patch
obsolete
>commit 9dc478f1a5e773e031764d9ce4f4ab834aeeb8c4 >Author: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Wed Mar 21 11:28:54 2012 +0100 > > serials/subscription-add.pl needs to scope $query for plack > >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;
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