]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DN.pm
Unterstützung für andere Datenbankencodings als Unicode/UTF-8 entfernt
[kivitendo-erp.git] / SL / DN.pm
index 2eeed676295177efede165177c4859299c6e8bb3..b64e48ce651109f53278933710f680c4a4b454a7 100644 (file)
--- a/SL/DN.pm
+++ b/SL/DN.pm
@@ -369,7 +369,6 @@ sub send_email {
 
   my $template     = SL::Template::create(type => 'PlainText', form => $form, myconfig => $myconfig);
   my $mail         = Mailer->new();
-  $mail->{charset} = $::lx_office_conf{system}->{dbcharset} || Common::DEFAULT_CHARSET;
   $mail->{from}    = $myconfig->{email};
   $mail->{to}      = $ref->{recipient};
   $mail->{subject} = $template->parse_block($ref->{email_subject});