projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9967902
)
"use"-Anweisungen gehören an den Anfang der Datei.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 18 May 2007 11:43:18 +0000
(11:43 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 18 May 2007 11:43:18 +0000
(11:43 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
7803fc3
..
b9f0ad8
100644
(file)
--- 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->{$_} }