From 0c4d562460ae86690a741d7f1c263e01f1548f28 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 18 Aug 2011 23:56:05 +0000 Subject: [PATCH] attempt fixing "multiple states" links, RT#13922 --- httemplate/search/cust_pkg.cgi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index b061b178f..8f4cce199 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -164,6 +164,10 @@ for my $param (qw( censustract censustract2 )) { my $report_option = $cgi->param('report_option'); $search_hash{report_option} = $report_option if $report_option; +for my $param (grep /^report_option_any/, $cgi->params) { + $search_hash{$param} = $cgi->param($param); +} + ### # parse dates ### -- 2.11.0