diff options
| author | ivan <ivan> | 2011-08-18 23:59:23 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-08-18 23:59:23 +0000 |
| commit | b431ece7b4a71aa5771f44393da582692f668817 (patch) | |
| tree | e3f210a2bdf0a662eb18583540ecdf8de597717b /httemplate/search/cust_pkg.cgi | |
| parent | 0c4d562460ae86690a741d7f1c263e01f1548f28 (diff) | |
fix "multiple states" links, RT#13922
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
| -rwxr-xr-x | httemplate/search/cust_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 8f4cce199..297edee90 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -164,7 +164,7 @@ 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) { +for my $param (grep /^report_option_any/, $cgi->param) { $search_hash{$param} = $cgi->param($param); } |
