Commit f4f5c47e authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use…

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
parent 9e902ebe
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment