X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/352243fe0b205fa6371299c47be1bb91a7a377bb..841e890b68ec699bf5291c43b4527bf748b5265c:/time.php diff --git a/time.php b/time.php index 9b76587b..5cec8a7e 100644 --- a/time.php +++ b/time.php @@ -401,6 +401,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', ttTimeHelper::getRecords($user_id, $cl_date)); +if (isTrue('FILES_DEBUG')) $smarty->assign('show_files', $user->isPluginEnabled('at')); $smarty->assign('client_list', $client_list); $smarty->assign('project_list', $project_list); $smarty->assign('task_list', $task_list);