From 54e1bf66236a59accb28163825a4a8188d140efa Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" Date: Tue, 20 Feb 2001 22:19:10 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/bug_form.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/bug_form.pl b/mozilla/webtools/bugzilla/bug_form.pl index a9daf8932f2..df1f1df990b 100644 --- a/mozilla/webtools/bugzilla/bug_form.pl +++ b/mozilla/webtools/bugzilla/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)
"; }