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:
da4d7cf
)
Initparameter für SL/Mailer
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 10 Jul 2012 11:20:22 +0000
(13:20 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 10 Jul 2012 11:20:22 +0000
(13:20 +0200)
Damit man das charset mitgeben kann.
SL/Mailer.pm
patch
|
blob
|
history
diff --git
a/SL/Mailer.pm
b/SL/Mailer.pm
index
c4cea35
..
edd0eec
100644
(file)
--- a/
SL/Mailer.pm
+++ b/
SL/Mailer.pm
@@
-44,8
+44,8
@@
my $num_sent = 0;
sub new {
$main::lxdebug->enter_sub();
- my ($type) = @_;
- my $self = {};
+ my ($type
, %params
) = @_;
+ my $self = {
%params
};
$main::lxdebug->leave_sub();