summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth
diff options
context:
space:
mode:
authorkiko%async.com.br <>2004-07-29 11:45:37 +0200
committerkiko%async.com.br <>2004-07-29 11:45:37 +0200
commit39633788a33cbe86b5ebc292fb18652fdc702e46 (patch)
tree7fda181b8cc91c3dc7cab8994696467de5a31204 /Bugzilla/Auth
parent1176bd8d61a55297707bf28810a9fcea06e82ec5 (diff)
downloadbugzilla-39633788a33cbe86b5ebc292fb18652fdc702e46.tar.gz
bugzilla-39633788a33cbe86b5ebc292fb18652fdc702e46.tar.xz
Fix for bug 236678: Clean up access to COOKIE global. Murder the last
remaining places in the tree where COOKIE is used; includes a rather thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
Diffstat (limited to 'Bugzilla/Auth')
-rw-r--r--Bugzilla/Auth/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Auth/README b/Bugzilla/Auth/README
index c765d4971..e573e2c0b 100644
--- a/Bugzilla/Auth/README
+++ b/Bugzilla/Auth/README
@@ -130,9 +130,3 @@ Bugzilla.pm
a reorganization which moves CGI-specific code to a subdirectory,
Bugzilla.pm should go with it.
-$::COOKIE
-
- There are still instances of use of $::COOKIE to obtain Logincookie
- information; these should be removed as well.
-
-