Bug 254374: Fix regression in qacontact from bug 186093

git-svn-id: svn://10.0.0.236/trunk@160385 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugreport%peshkin.net
2004-08-05 03:18:42 +00:00
parent bebc3faa8f
commit fb03b26b17

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) );