X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/030d2c3ffbf8229cc945427e9e9f7704226effe1..b0cd6a547ce6a16f0f26667016efce5b66211e54:/report_send.php diff --git a/report_send.php b/report_send.php index d7c031fd..9bbf9f51 100644 --- a/report_send.php +++ b/report_send.php @@ -72,8 +72,10 @@ if ($request->isPost()) { // Obtain session bean with report attributes. $bean = new ActionForm('reportBean', new Form('reportForm')); + $options = ttReportHelper::getReportOptions($bean); + // Prepare report body. - $body = ttReportHelper::prepareReportBody($bean, $cl_comment); + $body = ttReportHelper::prepareReportBody($options, $cl_comment); import('mail.Mailer'); $mailer = new Mailer();