From d15c41c6916aa127a3099a09f592b05d418189b1 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 4 Jul 2006 04:42:45 +0000 Subject: Bug 338375: Use Bugzilla->params everywhere instead of Param(). Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- contrib/bug_email.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/bug_email.pl') diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 3cb796b7e..d2fc91b66 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -38,7 +38,7 @@ # # You need to work with bug_email.pl the MIME::Parser installed. # -# $Id: bug_email.pl,v 1.43 2006/07/03 21:26:22 mkanat%bugzilla.org Exp $ +# $Id: bug_email.pl,v 1.44 2006/07/03 21:42:47 mkanat%bugzilla.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -91,7 +91,6 @@ use lib "../"; use Bugzilla; use BugzillaEmail; -use Bugzilla::Config qw(:DEFAULT); use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::BugMail; -- cgit v1.2.3-24-g4f1b