]> 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:10:30 +0000 (02:10 +0000)
committerlpsolit%gmail.com <>
Wed, 16 May 2007 02:10:30 +0000 (02:10 +0000)
collectstats.pl

index 7bc2b6174d67c004963c50d02406a3cb8d8415da..3702a472b0bbd19db4cf979d31017f3540bb26a7 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;