summaryrefslogtreecommitdiff
path: root/httemplate/search/477partIA_detail.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/477partIA_detail.html
parent6dcdca7cc0f9bcda9b8f1217114c28c2894386a5 (diff)
FCC form 477 report improvements, RT12089
Diffstat (limited to 'httemplate/search/477partIA_detail.html')
-rwxr-xr-xhttemplate/search/477partIA_detail.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/search/477partIA_detail.html b/httemplate/search/477partIA_detail.html
index 6fea39109..2eca1072b 100755
--- a/httemplate/search/477partIA_detail.html
+++ b/httemplate/search/477partIA_detail.html
@@ -23,10 +23,12 @@ 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');