Fix for bug 69269: misleading comment for reassign by component when QA Contact is in use.

git-svn-id: svn://10.0.0.236/trunk@87479 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dave%intrec.com
2001-02-20 22:19:10 +00:00
parent abca09bf72
commit 54e1bf6623

View File

@@ -459,7 +459,9 @@ if ($canedit || $::userid == $assignedtoid ||
}
$knum++;
print "<INPUT TYPE=radio NAME=knob VALUE=reassignbycomponent>
Reassign bug to owner of selected component<br>\n";
Reassign bug to owner ";
if (Param("useqacontact")) { print "and QA contact "; }
print "of selected component<br>\n";
if ($status eq $::unconfirmedstate && ($canconfirm || $canedit)) {
print "&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE=checkbox NAME=compconfirm> and confirm bug (change status to <b>NEW</b>)<BR>";
}