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 --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 6f0d64175..94c74fcf5 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -410,7 +410,7 @@ sub CheckCanChangeField { } # Allow the QA contact to change anything. - if ($qacontactid eq $whoid) { + if (Param('useqacontact') && ($qacontactid eq $whoid)) { return 1; } -- cgit v1.2.3-24-g4f1b