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