X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/38dd91dcf8a9ecf6b7ceb73a9aabf787b96b6f6e..bd631018a913ebc4ecce9f9ded7c2d2e85482b5b:/mobile/time.php diff --git a/mobile/time.php b/mobile/time.php index 6bacd084..80049a9c 100644 --- a/mobile/time.php +++ b/mobile/time.php @@ -286,7 +286,7 @@ if ($request->isPost()) { $smarty->assign('next_date', $next_date); $smarty->assign('prev_date', $prev_date); $smarty->assign('time_records', ttTimeHelper::getRecords($user_id, $cl_date)); -$smarty->assign('day_total', ttTimeHelper::getTimeForDay($user_id, $cl_date)); +$smarty->assign('day_total', ttTimeHelper::getTimeForDay($cl_date)); $smarty->assign('client_list', $client_list); $smarty->assign('project_list', $project_list); $smarty->assign('task_list', $task_list);