Spurious &. Remove $::buffer feature, as it was unused and broken.
This commit is contained in:
Родитель
aecec0a7a0
Коммит
25f14fc118
|
@ -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";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче