X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/756657a71e251b65d8191636e33e5e4ea32767af..60a7d2b7a9ba3f15874c359c0cba2ca97ff9eca8:/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) {