Spurious &. Remove $::buffer feature, as it was unused and broken.

git-svn-id: svn://10.0.0.236/trunk@38834 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryce-mozilla%nextbus.com 1999-07-08 23:55:32 +00:00
parent 8bd6898453
commit 8478866474

View File

@ -26,7 +26,6 @@ require "CGI.pl";
# Shut up misguided -w warnings about "used only once":
use vars @::legal_platform,
@::buffer,
@::legal_severity,
@::legal_opsys,
@::legal_priority;
@ -49,7 +48,7 @@ if (!defined $::FORM{'product'}) {
# to allow people to specify that product here.
next;
}
print "<tr><th align=right valign=top><a href=\"enter_bug.cgi?product=" . url_quote($p) . "\"&$::buffer>$p</a>:</th>\n";
print "<tr><th align=right valign=top><a href=\"enter_bug.cgi?product=" . url_quote($p) . "\">$p</a>:</th>\n";
if (defined $::proddesc{$p}) {
print "<td valign=top>$::proddesc{$p}</td>\n";
}