From c0266d1fcdc15f5ccfb5890492a42f4ea598437b Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Sun, 23 Feb 2003 15:31:07 +0000 Subject: Bug 194394 - Internal error after turning useqacontact off r,a=justdave --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 62fc1d633..812fdff15 100644 --- a/globals.pl +++ b/globals.pl @@ -661,7 +661,7 @@ sub CanSeeBug { || (($userid > 0) && ( ($assigned_to == $userid) - || ($qa_contact == $userid) + || (Param('useqacontact') && $qa_contact == $userid) || (($reporter == $userid) && $rep_access) || ($found_cc && $cc_access) || ($found_groups == $found_members) -- cgit v1.2.3-24-g4f1b