diff options
| author | ivan <ivan> | 2011-08-18 01:15:49 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-08-18 01:15:49 +0000 |
| commit | 8e24d6492d74693011997843ba2101a9360670b4 (patch) | |
| tree | 5f3382ecd28041eb5c11039b4a2a8d201c4296e9 /httemplate/search/cust_pkg.cgi | |
| parent | 6c135249a792decae9f8f98eda5ee4077efcdb34 (diff) | |
multiple state links in FCC report, RT#13922
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
| -rwxr-xr-x | httemplate/search/cust_pkg.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index d48ba1916..09b52d76b 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -154,7 +154,8 @@ for (qw( pkgpart classnum )) { $search_hash{$_} = [ $cgi->param($_) ]; } -for my $param ( qw(censustract) ) { +#scalars that need to be passed if empty +for my $param (qw(censustract censustract2 )) { $search_hash{$param} = $cgi->param($param) || '' if ( grep { /$param/ } $cgi->param ); } |
