diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rel_notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt index a379404fb..1cf9dfdfc 100644 --- a/docs/rel_notes.txt +++ b/docs/rel_notes.txt @@ -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 |