Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla::Util, which contains the trim() function BugMail.pm needs.

r=bbaetz


git-svn-id: svn://10.0.0.236/trunk@151839 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org
2004-01-26 07:04:22 +00:00
parent 2f77e7016d
commit e7190d0299

View 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