]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-09-19 01:05:45 by cjwatson]
authorcjwatson <>
Fri, 19 Sep 2003 08:05:45 +0000 (00:05 -0800)
committercjwatson <>
Fri, 19 Sep 2003 08:05:45 +0000 (00:05 -0800)
Fix typos: s/show_foot_header/show_list_footer/g.

cgi/pkgreport.cgi

index 07ff3a2ee841b260f1aa76cdcc81f3da88d8e133..0d1fc7f72d3c38ec460139dca2b8ad9c31e1f85c 100755 (executable)
@@ -39,7 +39,7 @@ my $version = $param{'version'} || undef;
 my $dist = $param{'dist'} || undef;
 my $arch = $param{'arch'} || undef;
 my $show_list_header = ($param{'show_list_header'} || $userAgent->{'show_list_header'} || "yes" ) eq "yes";
-my $show_foot_header = ($param{'show_foot_header'} || $userAgent->{'show_list_footer'} || "yes" ) eq "yes";
+my $show_list_footer = ($param{'show_list_footer'} || $userAgent->{'show_list_footer'} || "yes" ) eq "yes";
 
 my ($pkg, $src, $maint, $maintenc, $submitter, $severity, $status, $tag);
 
@@ -115,7 +115,7 @@ set_option("version", $version);
 set_option("dist", $dist);
 set_option("arch", $arch);
 set_option("show_list_header", $show_list_header);
-set_option("show_foot_header", $show_foot_header);
+set_option("show_list_footer", $show_list_footer);
 
 my $title;
 my @bugs;