diff options
| author | levinse <levinse> | 2011-04-25 04:00:04 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-04-25 04:00:04 +0000 |
| commit | 37cfdc0a791d00b6396d7950d3776e9fe2af6c14 (patch) | |
| tree | 29a6eaa9b36c5d0f9c19eae9335816963316f810 /httemplate/search/477partIIB.html | |
| parent | 487980efc8315a0de443159142e5fce4af9f57cc (diff) | |
FCC form 477 report improvements, RT12089
Diffstat (limited to 'httemplate/search/477partIIB.html')
| -rwxr-xr-x | httemplate/search/477partIIB.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/477partIIB.html b/httemplate/search/477partIIB.html index 278dfdc8b..ffc6e12f5 100755 --- a/httemplate/search/477partIIB.html +++ b/httemplate/search/477partIIB.html @@ -22,9 +22,10 @@ die "access denied" my $html_init = '<H2>Part IIB</H2>'; 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 @row_option = grep { /^\d+$/ } $cgi->param('part2b_row_option') if $cgi->param('part2b_row_option'); |
