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

This commit is contained in:
bryce-mozilla%nextbus.com 1999-07-08 23:55:32 +00:00
Родитель aecec0a7a0
Коммит 25f14fc118
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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";
}