From 2b9f5bf80911872ca809061bd46d8fc7f64c2929 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 2 Jun 2006 17:50:15 +0000 Subject: Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- relogin.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index 0385b8e2f..418ed3555 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -28,7 +28,7 @@ use lib qw(.); require "globals.pl"; use Bugzilla; -use Bugzilla::BugMail; +use Bugzilla::Mailer; use Bugzilla::Constants; use Bugzilla::Error; use Bugzilla::Token; @@ -163,7 +163,7 @@ elsif ($action eq 'begin-sudo') { $template->process('email/sudo.txt.tmpl', { reason => $reason }, \$message); - Bugzilla::BugMail::MessageToMTA($message); + MessageToMTA($message); $vars->{'message'} = 'sudo_started'; $vars->{'target'} = $target_user->login; -- cgit v1.2.3-24-g4f1b