]> wagnertech.de Git - timetracker.git/blobdiff - report.php
Merged getTotals and getFavTotals into one function.
[timetracker.git] / report.php
index 1423706a4b7bdc9ea491bdcbdb5a60945d4fe784..e59c759cffc36f0de3cff854e27e71b6f467ec5c 100644 (file)
@@ -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) {