]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing trivial but obvious bug where "and QA contact" was not displaying correctly...
authorgerv%gerv.net <>
Sun, 21 Jul 2002 21:14:41 +0000 (21:14 +0000)
committergerv%gerv.net <>
Sun, 21 Jul 2002 21:14:41 +0000 (21:14 +0000)
template/en/default/bug/edit.html.tmpl

index e0ecf262327ac173b1fc49f8afea10cf22b7b0f4..7e71b9767f659391f44b272420a5bef860b12065 100644 (file)
 
       <input type="radio" name="knob" value="reassignbycomponent">
       Reassign bug to owner
-      [% "and QA contact" IF useqacontact %]
+      [% "and QA contact" IF Param('useqacontact') %]
       of selected component
       <br>
       [% IF bug.isunconfirmed && user.canconfirm %]