From 81a85666a61dd619b7c84878fa26e30d35e62702 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 16 May 2007 02:09:13 +0000 Subject: Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collectstats.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index ca97c0043..730b8c50f 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -38,6 +38,7 @@ use lib "."; use Bugzilla; use Bugzilla::Constants; +use Bugzilla::Error; use Bugzilla::Util; use Bugzilla::Search; use Bugzilla::User; -- cgit v1.2.3-24-g4f1b