X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f6c2f33e3183019686f07aa93ff880f3a009d6eb..b6546c4547eb47a06f80b6d0ffa474d3929602f9:/time.php diff --git a/time.php b/time.php index 63f5b8cf..615f2ef9 100644 --- a/time.php +++ b/time.php @@ -403,6 +403,7 @@ $smarty->assign('selected_date', $selected_date); $smarty->assign('week_total', $week_total); $smarty->assign('day_total', ttTimeHelper::getTimeForDay($cl_date)); $smarty->assign('time_records', $timeRecords); +$smarty->assign('show_cf_1', $user->isPluginEnabled('cf')); $smarty->assign('show_files', $showFiles); $smarty->assign('client_list', $client_list); $smarty->assign('project_list', $project_list);