X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=report_send.php;h=9bbf9f51cb471522f89df418e67db370dd7eb508;hb=f6afe28937ca24f05e0a4fc0f4b4054d1832f5a9;hp=d7c031fd7481a37ffbd24aecb451fc9661358fd3;hpb=030d2c3ffbf8229cc945427e9e9f7704226effe1;p=timetracker.git 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();