X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0825270a9b1a47a73e08f00ecd9191c227fbdd8c..2646345bd9517aafb6b96bfe9cd795ee0f8c8e84:/mobile/time.php diff --git a/mobile/time.php b/mobile/time.php index 15069db2..30c7a402 100644 --- a/mobile/time.php +++ b/mobile/time.php @@ -347,7 +347,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('time_records', ttTimeHelper::getRecords($cl_date)); $smarty->assign('day_total', ttTimeHelper::getTimeForDay($cl_date)); $smarty->assign('client_list', $client_list); $smarty->assign('project_list', $project_list);