Bug 254374: Fix regression in qacontact from bug 186093

This commit is contained in:
bugreport%peshkin.net 2004-08-05 03:18:42 +00:00
parent 582c9d22c5
commit 3fca7f6a78

View File

@ -277,7 +277,7 @@ sub can_see_bug {
$isoncclist, $missinggroup) = $sth->fetchrow_array();
$self->{sthCanSeeBug} = $sth;
return ( (($reporter == $userid) && $reporter_access)
|| (Param('qacontact') && ($qacontact == $userid) && $userid)
|| (Param('useqacontact') && ($qacontact == $userid) && $userid)
|| ($owner == $userid)
|| ($isoncclist && $cclist_access)
|| (!$missinggroup) );