summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-07-09 08:55:32 +0200
committerbryce-mozilla%nextbus.com <>1999-07-09 08:55:32 +0200
commit3a6e1807847088f10ae2e739f36e353b4a0633ed (patch)
tree32b441a1eb8ac2ca80a4cd3561cb6f3ebe4e0d4e /enter_bug.cgi
parent564e96b043a8620ea45fd3498134d73abceed968 (diff)
downloadbugzilla-3a6e1807847088f10ae2e739f36e353b4a0633ed.tar.gz
bugzilla-3a6e1807847088f10ae2e739f36e353b4a0633ed.tar.xz
Spurious &. Remove $::buffer feature, as it was unused and broken.
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index b04c4e368..4459148fa 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -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";
}