diff options
| author | levinse <levinse> | 2011-04-25 04:00:03 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-04-25 04:00:03 +0000 |
| commit | 1d15c6930650f2cceb13f7ae9da4acea5213643f (patch) | |
| tree | dbd34e86992b610d658eb336f7b84195bac66853 /httemplate/search/477partIA_summary.html | |
| parent | 6dcdca7cc0f9bcda9b8f1217114c28c2894386a5 (diff) | |
FCC form 477 report improvements, RT12089
Diffstat (limited to 'httemplate/search/477partIA_summary.html')
| -rwxr-xr-x | httemplate/search/477partIA_summary.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/477partIA_summary.html b/httemplate/search/477partIA_summary.html index eb1c11607..ecacaefad 100755 --- a/httemplate/search/477partIA_summary.html +++ b/httemplate/search/477partIA_summary.html @@ -40,9 +40,10 @@ die "access denied" my %opt = @_; my %search_hash = (); -for ( qw(agentnum magic classnum) ) { +for ( qw(agentnum magic) ) { $search_hash{$_} = $cgi->param($_) if $cgi->param($_); } +$search_hash{'classnum'} = [ $cgi->param('classnum') ]; my @column_option = grep { /^\d+$/ } $cgi->param('part1_column_option') if $cgi->param('part1_column_option'); |
