Bugzilla – Attachment 91882 Details for
Bug 23390
Add placeholder syntax for column names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23390: (QA follow-up) Don't redeclare variable
Bug-23390-QA-follow-up-Dont-redeclare-variable.patch (text/plain), 817 bytes, created by
Nick Clemens (kidclamp)
on 2019-07-30 15:42:42 UTC
(
hide
)
Description:
Bug 23390: (QA follow-up) Don't redeclare variable
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-07-30 15:42:42 UTC
Size:
817 bytes
patch
obsolete
>From 3106a58077871bfba9f64456b4d2791e803cf1bd Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 30 Jul 2019 15:40:54 +0000 >Subject: [PATCH] Bug 23390: (QA follow-up) Don't redeclare variable > >--- > reports/guided_reports.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index 3c43de071f..ab13e1ff23 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -1090,7 +1090,7 @@ sub get_prepped_report { > > my %lookup; > @lookup{@$param_names} = @$sql_params; >- my @split = split /<<|>>/,$sql; >+ @split = split /<<|>>/,$sql; > my @tmpl_parameters; > for(my $i=0;$i<$#split/2;$i++) { > my $quoted = @$param_names ? $lookup{ $split[$i*2+1] } : @$sql_params[$i]; >-- >2.11.0
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 23390
:
91849
|
91880
|
91882
|
91888
|
91917
|
91918
|
91919
|
92095
|
92096
|
92097