]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 253588: Change Bugzilla->user to be usable even for a logged-out user
authorbugreport%peshkin.net <>
Fri, 4 Apr 2008 11:47:54 +0000 (11:47 +0000)
committerbugreport%peshkin.net <>
Fri, 4 Apr 2008 11:47:54 +0000 (11:47 +0000)
patch by erik,joel
r=kiko
a=justdave

docs/en/rel_notes.txt

index 139df3edc7b189def40256d96df24dd04bc14420..1cf9dfdfce257448e7e7f4bf2bccc556e1a24ea0 100644 (file)
@@ -32,7 +32,7 @@ Required Perl modules:
   CGI v2.93              (new since 2.16)    (changed from 2.17.7)
   Data::Dumper (any)
   Date::Format v2.21     (changed from 2.16)
-  DBI v1.32              (changed from 2.16)
+  DBI v1.36              (changed from 2.16)    (changed from 2.17.7)
   DBD::mysql v2.1010     (changed from 2.16)
   File::Spec v0.82
   File::Temp (any)
@@ -287,7 +287,7 @@ Code Changes Which May Affect Customizations
 - Use Bugzilla->user->login in place of $::COOKIE{Bugzilla_login}
 
 - You can tell if there's a user logged in or not by checking if
-  Bugzilla->user exists rather than looking for $::userid==0
+  Bugzilla->user->id != 0  rather than looking for $::userid != 0
 
 
 Recommended Practice for the Upgrade