From 2cc0f37973df10b9ba143a9d14a8f0afd8547914 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 31 Jul 2002 19:46:02 +0000 Subject: Bug 160227 - VERSION cookie not set correctly r=myk --- post_bug.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 8bba70d59..2edb1aca4 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -75,8 +75,8 @@ my $product = $::FORM{'product'}; my $cookiepath = Param("cookiepath"); if (exists $::FORM{'product'}) { if (exists $::FORM{'version'}) { - print "Set-Cookie: VERSION-$product=$::FORM{'version'} ; \ - path=$cookiepath ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n"; + print "Set-Cookie: VERSION-$product=$::FORM{'version'} ; " . + "path=$cookiepath ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n"; } } -- cgit v1.2.3-24-g4f1b