Bugzilla – Attachment 8385 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]
proposed patch
03.diff (text/plain), 591 bytes, created by
Dobrica Pavlinusic
on 2012-03-21 09:34:46 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-03-21 09:34:46 UTC
Size:
591 bytes
patch
obsolete
>commit de50ae5c1c8d1178e0c14d927793880f2bc06c8e >Author: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Tue Mar 20 14:50:05 2012 +0100 > > our $template for plack #33 > >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",
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