From ea25630305fbd3b55c142c32aab82f9cc7afccfa Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 11 Aug 2009 04:34:17 +0000 Subject: 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 r=LpSolit, a=LpSolit --- colchange.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colchange.cgi') diff --git a/colchange.cgi b/colchange.cgi index a521ee168..5aef57ff8 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -71,7 +71,7 @@ if (Bugzilla->params->{"useqacontact"}) { if (Bugzilla->params->{"usestatuswhiteboard"}) { push(@masterlist, "status_whiteboard"); } -if (Bugzilla::Keyword::keyword_count()) { +if (Bugzilla::Keyword->any_exist) { push(@masterlist, "keywords"); } -- cgit v1.2.3-24-g4f1b