diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-11 22:32:01 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-11 22:32:01 +0200 |
commit | 901cdb792bd4a554ad68b3f92952953b5bff2059 (patch) | |
tree | ecf023fb5f039f9c7aa27e9a61977a845c053e78 /post_bug.cgi | |
parent | f0f65e3728bfbcb82564a4cc1b633312ab35245c (diff) | |
download | bugzilla-901cdb792bd4a554ad68b3f92952953b5bff2059.tar.gz bugzilla-901cdb792bd4a554ad68b3f92952953b5bff2059.tar.xz |
Bug 150802 - default version for bug entry not read from cookies
r=jouni x2
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index 5980f714b..42e550fbd 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -73,9 +73,6 @@ my $product = $::FORM{'product'}; # Set cookies my $cookiepath = Param("cookiepath"); if (exists $::FORM{'product'}) { - print "Set-Cookie: PLATFORM=$product ; path=$cookiepath ; \ - expires=Sun, 30-Jun-2029 00:00:00 GMT\n"; - if (exists $::FORM{'version'}) { print "Set-Cookie: VERSION-$product=$::FORM{'version'} ; \ path=$cookiepath ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n"; |