From 2ecd676f8e8154f6364a3a158013250695ed9251 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 12 Oct 2005 09:08:54 +0000 Subject: Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of globals.pl - Patch by Frédéric Buclin r=joel r=wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buglist.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index b832d82c7..11835c3a6 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -988,8 +988,7 @@ if ($dotweak) { $vars->{'dotweak'} = 1; $vars->{'use_keywords'} = 1 if @::legal_keywords; - my @enterable_products = GetEnterableProducts(); - $vars->{'products'} = \@enterable_products; + $vars->{'products'} = Bugzilla->user->get_enterable_products; $vars->{'platforms'} = \@::legal_platform; $vars->{'op_sys'} = \@::legal_opsys; $vars->{'priorities'} = \@::legal_priority; -- cgit v1.2.3-24-g4f1b