X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b62c51a44982ff238ee6ff229545d5fa980ea034..6d1df9ca24bbb8c03e10812ce4cf1b889d947470:/bin/mozilla/io.pl?ds=inline diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index cc0befa6c..d205161dc 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -33,6 +33,7 @@ # ####################################################################### +use SL::Common; use SL::CT; use SL::IC; use CGI::Ajax; @@ -1355,6 +1356,8 @@ sub send_email { print_form("return"); + Common->save_email_status(\%myconfig, $form); + $form->{callback} = $callback; $form->redirect();