Bugzilla – Attachment 8420 Details for
Bug 7767
acqui/basketgroup.pl: our $template scoping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7767 - acqui/basketgroup.pl: our $template scoping for plack
Bug-7767---acquibasketgrouppl-our-template-scoping.patch (text/plain), 758 bytes, created by
Dobrica Pavlinusic
on 2012-03-21 14:46:19 UTC
(
hide
)
Description:
Bug 7767 - acqui/basketgroup.pl: our $template scoping for plack
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-03-21 14:46:19 UTC
Size:
758 bytes
patch
obsolete
>From 14eb3fce7f10bdb0b696695651290f64240bbeb7 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Tue, 20 Mar 2012 14:50:05 +0100 >Subject: [PATCH] Bug 7767 - acqui/basketgroup.pl: our $template scoping for plack > >--- > acqui/basketgroup.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl >index d2e1856..3300cea 100755 >--- a/acqui/basketgroup.pl >+++ b/acqui/basketgroup.pl >@@ -60,7 +60,7 @@ use C4::Members qw/GetMember/; > > my $input=new CGI; > >-my ($template, $loggedinuser, $cookie) >+our ($template, $loggedinuser, $cookie) > = get_template_and_user({template_name => "acqui/basketgroup.tmpl", > query => $input, > type => "intranet", >-- >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 7767
:
8385
|
8420
|
8436