Revision 0fba3edd
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
SL/DN.pm | ||
---|---|---|
363 | 363 |
return; |
364 | 364 |
} |
365 | 365 |
|
366 |
my $template = PlainTextTemplate->new(undef, $form, $myconfig);
|
|
366 |
my $template = SL::Template::create(type => 'PlainText', form => $form, myconfig => $myconfig);
|
|
367 | 367 |
my $mail = Mailer->new(); |
368 | 368 |
$mail->{from} = $myconfig->{email}; |
369 | 369 |
$mail->{to} = $ref->{recipient}; |
Auch abrufbar als: Unified diff
SL/Template.pm in eine Datei pro Package aufgeteilt.