]> wagnertech.de Git - timetracker.git/blobdiff - tofile.php
Merged getSubtotals and getFavSubtotals into one function.
[timetracker.git] / tofile.php
index 36bd7e1c9d4edd0b6d7493705b77787f0b3c605d..a40dbf0ac6e017326f1380c3dbbf699e2b0c1703 100644 (file)
@@ -60,7 +60,7 @@ $totals_only = $bean->getAttribute('chtotalsonly');
 // Obtain items.
 $options = ttReportHelper::getReportOptions($bean);
 if ($totals_only)
-  $subtotals = ttReportHelper::getSubtotals($bean, $options);
+  $subtotals = ttReportHelper::getSubtotals($options);
 else
   $items = ttReportHelper::getItems($options);