From a2eca825a00b33912ec60f797d1112115772ec30 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 9 Mar 2006 08:08:57 +0000 Subject: Bug 328638: Remove @::legal_keywords and %::keywordsbyname Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- buglist.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index c778c5f10..0e6fb2ba5 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -41,12 +41,12 @@ use Bugzilla::Constants; use Bugzilla::User; use Bugzilla::Bug; use Bugzilla::Product; +use Bugzilla::Keyword; # Include the Bugzilla CGI and general utility library. require "globals.pl"; use vars qw(@components - @legal_keywords @legal_platform @legal_priority @legal_product @@ -1042,7 +1042,7 @@ $vars->{'currenttime'} = time(); # The following variables are used when the user is making changes to multiple bugs. if ($dotweak) { $vars->{'dotweak'} = 1; - $vars->{'use_keywords'} = 1 if @::legal_keywords; + $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count(); $vars->{'products'} = Bugzilla->user->get_enterable_products; $vars->{'platforms'} = \@::legal_platform; -- cgit v1.2.3-24-g4f1b