From 2ecd676f8e8154f6364a3a158013250695ed9251 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 12 Oct 2005 09:08:54 +0000 Subject: =?UTF-8?q?Bug=20306325:=20Move=20CanEnterProduct()=20and=20CanEnt?= =?UTF-8?q?erProductOrWarn()=20out=20of=20globals.pl=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=A9d=C3=A9ric=20Buclin=20=20r=3Djoel=20r?= =?UTF-8?q?=3Dwicked=20a=3Djustdave?= 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.1