attempt fixing "multiple states" links, RT#13922
authorivan <ivan>
Thu, 18 Aug 2011 23:56:06 +0000 (23:56 +0000)
committerivan <ivan>
Thu, 18 Aug 2011 23:56:06 +0000 (23:56 +0000)
httemplate/search/cust_pkg.cgi

index c4a3e84..b16aba4 100755 (executable)
@@ -187,6 +187,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
 ###