]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spurious &. Remove $::buffer feature, as it was unused and broken.
authorbryce-mozilla%nextbus.com <>
Fri, 9 Jul 1999 06:55:32 +0000 (06:55 +0000)
committerbryce-mozilla%nextbus.com <>
Fri, 9 Jul 1999 06:55:32 +0000 (06:55 +0000)
enter_bug.cgi

index b04c4e3681078f56ec9a538e2b3438d46a7a7cbb..4459148fac0e7d8d4b78bb0372087ea7d5947986 100755 (executable)
@@ -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";
             }