summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttemplate/search/cust_pkg.cgi4
1 files changed, 4 insertions, 0 deletions
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
###