]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - Patch...
authorlpsolit%gmail.com <>
Mon, 22 Aug 2005 03:53:44 +0000 (03:53 +0000)
committerlpsolit%gmail.com <>
Mon, 22 Aug 2005 03:53:44 +0000 (03:53 +0000)
show_bug.cgi

index c45a7cd9970982667cd0021468a2ab006a2684ff..76bf353d996ac6bca0f3f8ce13694ee7720b89d7 100755 (executable)
@@ -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;