From 074bb472ec83b242440b8db70802f8aa90dd51fe Mon Sep 17 00:00:00 2001
From: "dave%intrec.com" <>
Date: Wed, 21 Feb 2001 06:19:10 +0000
Subject: [PATCH] Fix for bug 69269: misleading comment for reassign by
component when QA Contact is in use.
---
bug_form.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bug_form.pl b/bug_form.pl
index a9daf8932f..df1f1df990 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -459,7 +459,9 @@ if ($canedit || $::userid == $assignedtoid ||
}
$knum++;
print "
- Reassign bug to owner of selected component
\n";
+ Reassign bug to owner ";
+ if (Param("useqacontact")) { print "and QA contact "; }
+ print "of selected component
\n";
if ($status eq $::unconfirmedstate && ($canconfirm || $canedit)) {
print " and confirm bug (change status to NEW)
";
}
--
2.47.3