X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/824735fcfa7c7bb9a5e76ceb2214c6a7cb42e60a..1d99e3e9537f75342a9f20f1e89a3e8cb4bb5444:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index 36635fdbc..126a30ed8 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -388,6 +388,8 @@ sub save_email_status { my ($self, $myconfig, $form) = @_; + return unless ($::instance_conf->get_email_journal); + my ($table, $query, $dbh); if ($form->{script} eq 'oe.pl') { @@ -646,6 +648,11 @@ C (replace consecutive line feed/carriage return characters in the middle by a single space and remove tailing line feed/carriage return characters). +=item C + +Adds sending information to internal notes. +Does nothing if the client config email_journal is enabled. + =back =head1 BUGS