summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2005-01-17 05:43:21 +0100
committerjocuri%softhome.net <>2005-01-17 05:43:21 +0100
commit0ffaf78a472cfd6dd5a4b1da80b5dd50f2611647 (patch)
tree7a7200a2f92cd1a8d05af66424b7116797ccb8e4 /post_bug.cgi
parent1ce889ad699125ad4cab16404b40f0df8fd3bf5b (diff)
downloadbugzilla-0ffaf78a472cfd6dd5a4b1da80b5dd50f2611647.tar.gz
bugzilla-0ffaf78a472cfd6dd5a4b1da80b5dd50f2611647.tar.xz
Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric Haszlakiewicz <erh+mozilla@nimenees.com>, r=kiko, a=myk.
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index b51e24db5..3f2d32062 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -84,7 +84,6 @@ if (!$product_id) {
}
# Set cookies
-my $cookiepath = Param("cookiepath");
if (exists $::FORM{'product'}) {
if (exists $::FORM{'version'}) {
$cgi->send_cookie(-name => "VERSION-$product",