X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pkg.cgi;fp=httemplate%2Fsearch%2Fcust_pkg.cgi;h=297edee90b6622c8960e9d7086cb1640f7e3df3a;hp=8f4cce199c5abef5cd8e97dc5d5184d9340c9334;hb=006b2392be94f9670eddf3d01ba89c00f9c16c05;hpb=1451f08927d675651f1fec1fda13cf3267bf0867 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); }