summaryrefslogtreecommitdiff
path: root/httemplate/search/477partIA.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/477partIA.html')
-rwxr-xr-xhttemplate/search/477partIA.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/httemplate/search/477partIA.html b/httemplate/search/477partIA.html
index 97f8ac0aa..55e901bb3 100755
--- a/httemplate/search/477partIA.html
+++ b/httemplate/search/477partIA.html
@@ -80,13 +80,17 @@ die "access denied"
my %opt = @_;
my %search_hash;
-
+
for ( qw(agentnum state) ) {
$search_hash{$_} = $cgi->param($_) if $cgi->param($_);
-}
+} # note that separation by state is no longer required after July 2014
$search_hash{'country'} = 'US';
$search_hash{'classnum'} = [ $cgi->param('classnum') ];
+my $info = FS::part_pkg_fcc_option->info;
+
+
+
# arrays of report_option_ numbers, running parallel to
# the download and upload speed arrays
my @download_option = $cgi->param('part1_column_option');