]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla:...
authormyk%mozilla.org <>
Mon, 26 Jan 2004 15:04:22 +0000 (15:04 +0000)
committermyk%mozilla.org <>
Mon, 26 Jan 2004 15:04:22 +0000 (15:04 +0000)
r=bbaetz

Bugzilla/BugMail.pm

index 7fdf44980fc23bf32427dbb360650afafb8f5bab..059667a08b0d4f13a28e15fe160b95c766c7fe5b 100644 (file)
@@ -33,6 +33,7 @@ package Bugzilla::BugMail;
 use RelationSet;
 
 use Bugzilla::Config qw(:DEFAULT $datadir);
+use Bugzilla::Util;
 
 # This code is really ugly. It was a commandline interface, then it was moved
 # There are package-global variables which we rely on ProcessOneBug to clean