]> wagnertech.de Git - timetracker.git/blobdiff - time.php
Refactoring - white space.
[timetracker.git] / time.php
index 33b57639a2eb6127801ecfcd03302e70d3cd0466..63290a69523b65adda5f694930a2842b199afe82 100644 (file)
--- a/time.php
+++ b/time.php
@@ -72,7 +72,7 @@ if ($user->isPluginEnabled('mq')){
   
   $smarty->assign('month_total', $month_total);
   $smarty->assign('over_quota', $minutesLeft < 0);
-  $smarty->assign('month_left', ttTimeHelper::fromMinutes($minutesLeft));
+  $smarty->assign('month_left', ttTimeHelper::toAbsDuration($minutesLeft));
 }
 
 // Initialize variables.