diff options
author | mkanat%bugzilla.org <> | 2009-08-11 04:34:17 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-08-11 04:34:17 +0000 |
commit | ea25630305fbd3b55c142c32aab82f9cc7afccfa (patch) | |
tree | 1b554df79fe0a83a02075566615552783e9e873b /query.cgi | |
parent | Bug 503980: show_bug.cgi doesn't properly escape <!-- inside bug summary - Pa... (diff) | |
download | bugzilla-ea25630305fbd3b55c142c32aab82f9cc7afccfa.tar.gz bugzilla-ea25630305fbd3b55c142c32aab82f9cc7afccfa.tar.bz2 bugzilla-ea25630305fbd3b55c142c32aab82f9cc7afccfa.zip |
Bug 509045: Make "use_keywords" a global template variable instead of having to pass it to templates all the time
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -230,8 +230,6 @@ if (Bugzilla->params->{'usetargetmilestone'}) { $vars->{'target_milestone'} = \@milestones; } -$vars->{'have_keywords'} = Bugzilla::Keyword::keyword_count(); - my @chfields; push @chfields, "[Bug creation]"; |