summaryrefslogtreecommitdiff
path: root/httemplate/search/477partV.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/477partV.html')
-rwxr-xr-xhttemplate/search/477partV.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html
index 1dedf1b76..2fd5119d1 100755
--- a/httemplate/search/477partV.html
+++ b/httemplate/search/477partV.html
@@ -27,9 +27,10 @@ my %search_hash = ();
my @sql_query = ();
my @count_query = ();
-for ( qw(agentnum magic) ) {
+for ( qw(agentnum magic state) ) {
$search_hash{$_} = $cgi->param($_) if $cgi->param($_);
}
+$search_hash{'country'} = 'US';
$search_hash{'classnum'} = [ $cgi->param('classnum') ];
$search_hash{report_option} = $cgi->param('partv_report_option')
if $cgi->param('partv_report_option');