From 64074d192fe22db32fe0fc469e198b9490d2a830 Mon Sep 17 00:00:00 2001
From: "gerv%gerv.net" <>
Date: Sun, 21 Jul 2002 21:14:41 +0000
Subject: Fixing trivial but obvious bug where "and QA contact" was not
displaying correctly; noticed on b.m.o. No bug number.
---
template/en/default/bug/edit.html.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index e0ecf2623..7e71b9767 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -433,7 +433,7 @@
Reassign bug to owner
- [% "and QA contact" IF useqacontact %]
+ [% "and QA contact" IF Param('useqacontact') %]
of selected component
[% IF bug.isunconfirmed && user.canconfirm %]
--
cgit v1.2.3-24-g4f1b