]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs - Patch...
authorlpsolit%gmail.com <>
Wed, 16 May 2007 02:09:13 +0000 (02:09 +0000)
committerlpsolit%gmail.com <>
Wed, 16 May 2007 02:09:13 +0000 (02:09 +0000)
collectstats.pl

index ca97c0043c358256e165ada0ffb1e32741629d1a..730b8c50f1e47392be4d0550352e0d3f43152fec 100755 (executable)
@@ -38,6 +38,7 @@ use lib ".";
 
 use Bugzilla;
 use Bugzilla::Constants;
+use Bugzilla::Error;
 use Bugzilla::Util;
 use Bugzilla::Search;
 use Bugzilla::User;