X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/756657a71e251b65d8191636e33e5e4ea32767af..f12ceba49cb845be385e6b7c7786fc7e5393e802:/report.php diff --git a/report.php b/report.php index 1423706a..cd093e40 100644 --- a/report.php +++ b/report.php @@ -179,8 +179,8 @@ if ($request->isGet() && $user->isPluginEnabled('ps')) ttReportHelper::putInSession($report_items); if ('no_grouping' != $group_by) - $subtotals = ttReportHelper::getSubtotals($bean, $options); -$totals = ttReportHelper::getTotals($bean, $options); + $subtotals = ttReportHelper::getSubtotals($options); +$totals = ttReportHelper::getTotals($options); // Assign variables that are used to print subtotals. if ($report_items && 'no_grouping' != $group_by) {