summaryrefslogtreecommitdiff
path: root/httemplate/search/477partIIA.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-04-25 04:00:03 +0000
committerlevinse <levinse>2011-04-25 04:00:03 +0000
commit1d15c6930650f2cceb13f7ae9da4acea5213643f (patch)
treedbd34e86992b610d658eb336f7b84195bac66853 /httemplate/search/477partIIA.html
parent6dcdca7cc0f9bcda9b8f1217114c28c2894386a5 (diff)
FCC form 477 report improvements, RT12089
Diffstat (limited to 'httemplate/search/477partIIA.html')
-rwxr-xr-xhttemplate/search/477partIIA.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/477partIIA.html b/httemplate/search/477partIIA.html
index 64f773a21..80ad39368 100755
--- a/httemplate/search/477partIIA.html
+++ b/httemplate/search/477partIIA.html
@@ -22,9 +22,10 @@ die "access denied"
my $html_init = '<H2>Part IIA</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('part2a_row_option')
if $cgi->param('part2a_row_option');