From: lpsolit%gmail.com <> Date: Mon, 22 Aug 2005 03:56:12 +0000 (+0000) Subject: Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - Patch... X-Git-Tag: bugzilla-2.20~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bfd0b714e080d75f1347817e5a3a86e271652b3;p=thirdparty%2Fbugzilla.git Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - Patch by Rob Siklos r=LpSolit a=myk --- diff --git a/show_bug.cgi b/show_bug.cgi index e855b442f2..8e964b765a 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -94,6 +94,7 @@ eval { $vars->{'bugs'} = \@bugs; $vars->{'marks'} = \%marks; +$vars->{'use_keywords'} = 1 if (@::legal_keywords); # Next bug in list (if there is one) my @bug_list;