From 4c1db37570469aef2c7cc9f2ad9f859560ca8851 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Sat, 31 Jul 2004 09:27:23 +0000 Subject: Bug 253588: Change Bugzilla->user to be usable even for a logged-out user patch by erik,joel r=kiko a=justdave --- docs/rel_notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/rel_notes.txt') 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 -- cgit v1.2.3-24-g4f1b