From a3e7369d590a6378742f5e561db9674fbed14886 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 27 May 2009 22:15:57 +0000 Subject: [PATCH] maybe this willf inally fix total line links on tax report when using report_group kludge? (still possibly not in all corner cases), RT#5446 --- httemplate/search/cust_bill_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index b150989ce..188ddc067 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -166,7 +166,7 @@ if ( $cgi->param('out') ) { my $locs_sql = ' ( '. join(' OR ', map { - my %ph = ( 'county' => $_, + my %ph = ( 'county' => dbh->quote($_), map { $_ => dbh->quote( $cgi->param($_) ) } qw( state country ) ); -- 2.11.0