From 2584d83bc80331cd77f03d0588205fa465cdb13a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 18 May 2007 11:43:18 +0000 Subject: [PATCH] =?utf8?q?"use"-Anweisungen=20geh=C3=B6ren=20an=20den=20An?= =?utf8?q?fang=20der=20Datei.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Form.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SL/Form.pm b/SL/Form.pm index 7803fc394..b9f0ad8e4 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -43,6 +43,7 @@ use HTML::Template; use SL::Template; use CGI::Ajax; use SL::DBUtils; +use SL::Mailer; use SL::Menu; use SL::User; use SL::Common; @@ -812,8 +813,6 @@ sub parse_template { if ($self->{media} eq 'email') { - use SL::Mailer; - my $mail = new Mailer; map { $mail->{$_} = $self->{$_} } -- 2.39.5