diff options
author | lpsolit%gmail.com <> | 2005-08-22 05:53:44 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-22 05:53:44 +0200 |
commit | 7ce0af95745bb2bb0a016f976d1cb679554b0290 (patch) | |
tree | 82831eefaf858e0e7bc8187c975439581765f14b | |
parent | a248160a4755779f055c57122fe64804098dfc2c (diff) | |
download | bugzilla-7ce0af95745bb2bb0a016f976d1cb679554b0290.tar.gz bugzilla-7ce0af95745bb2bb0a016f976d1cb679554b0290.tar.xz |
Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit a=myk
-rwxr-xr-x | show_bug.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/show_bug.cgi b/show_bug.cgi index c45a7cd99..76bf353d9 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; |