From 78094dfe411b41a33d930c7f0c623cc2eb216c28 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 19 Jul 2006 04:20:05 +0000 Subject: Bug 339379: Make Bugzilla::Product use Bugzilla::Object Patch By Max Kanat-Alexander r=LpSolit, a=myk --- collectstats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index 5ba56fe4b..808badea9 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -68,7 +68,7 @@ if ($#ARGV >= 0 && $ARGV[0] eq "--regenerate") { my $datadir = bz_locations()->{'datadir'}; -my @myproducts = map {$_->name} Bugzilla::Product::get_all_products(); +my @myproducts = map {$_->name} Bugzilla::Product->get_all; unshift(@myproducts, "-All-"); # As we can now customize the list of resolutions, looking at the actual list -- cgit v1.2.3-24-g4f1b