From: gerv%gerv.net <> Date: Sun, 21 Jul 2002 21:14:41 +0000 (+0000) Subject: Fixing trivial but obvious bug where "and QA contact" was not displaying correctly... X-Git-Tag: bugzilla-2.17.1~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64074d192fe22db32fe0fc469e198b9490d2a830;p=thirdparty%2Fbugzilla.git Fixing trivial but obvious bug where "and QA contact" was not displaying correctly; noticed on b.m.o. No bug number. --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index e0ecf26232..7e71b9767f 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 %]