diff options
author | kiko%async.com.br <> | 2004-07-29 09:45:37 +0000 |
---|---|---|
committer | kiko%async.com.br <> | 2004-07-29 09:45:37 +0000 |
commit | 39633788a33cbe86b5ebc292fb18652fdc702e46 (patch) | |
tree | 7fda181b8cc91c3dc7cab8994696467de5a31204 /Bugzilla/Auth | |
parent | 1176bd8d61a55297707bf28810a9fcea06e82ec5 (diff) | |
download | bugs-39633788a33cbe86b5ebc292fb18652fdc702e46.tar bugs-39633788a33cbe86b5ebc292fb18652fdc702e46.tar.gz bugs-39633788a33cbe86b5ebc292fb18652fdc702e46.tar.bz2 bugs-39633788a33cbe86b5ebc292fb18652fdc702e46.tar.xz bugs-39633788a33cbe86b5ebc292fb18652fdc702e46.zip |
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/README | 6 |
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. - - |