]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 160227 - VERSION cookie not set correctly
authorbbaetz%student.usyd.edu.au <>
Thu, 1 Aug 2002 16:59:32 +0000 (16:59 +0000)
committerbbaetz%student.usyd.edu.au <>
Thu, 1 Aug 2002 16:59:32 +0000 (16:59 +0000)
r=myk x2

post_bug.cgi

index 8bba70d5983ca5315f3f7db381396f53c49ddaf1..2edb1aca42aab86a77792850185a57a41b3a653b 100755 (executable)
@@ -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"; 
     }
 }