X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/83e5b07e961d0060f759dd8c59ef2c26d66b0c97..06f5163f4a234e89b5d761e7f537160f40d4a2e8:/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);