From da857afa089e79ad16fb833dd1ffe397055fd892 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Sat, 22 Nov 2003 11:50:36 +0000 Subject: Bug 208604 - Make data/template dir locations configurable --- Bugzilla/BugMail.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Bugzilla/BugMail.pm') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 7937fe176..7fdf44980 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -32,6 +32,8 @@ package Bugzilla::BugMail; use RelationSet; +use Bugzilla::Config qw(:DEFAULT $datadir); + # 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 # up each time, and other sorts of fun. @@ -66,7 +68,7 @@ sub AUTOLOAD { } # This is run when we load the package -if (open(NOMAIL, ") { $nomail{trim($_)} = 1; } -- cgit v1.2.3-24-g4f1b