From 0ffaf78a472cfd6dd5a4b1da80b5dd50f2611647 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Mon, 17 Jan 2005 04:43:21 +0000 Subject: Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric Haszlakiewicz , r=kiko, a=myk. --- buglist.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 2c194d5a6..6df402781 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -961,8 +961,6 @@ my $contenttype; my $disp = "inline"; if ($format->{'extension'} eq "html") { - my $cookiepath = Param("cookiepath"); - if ($order) { $cgi->send_cookie(-name => 'LASTORDER', -value => $order, -- cgit v1.2.3-24-g4f1b