From: lpsolit%gmail.com <> Date: Mon, 22 Aug 2005 03:53:44 +0000 (+0000) Subject: Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - Patch... X-Git-Tag: bugzilla-2.21.1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ce0af95745bb2bb0a016f976d1cb679554b0290;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 c45a7cd997..76bf353d99 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;