]> wagnertech.de Git - timetracker.git/blobdiff - time.php
Added attachment capability to time records.
[timetracker.git] / time.php
index 5cec8a7e6cca2892b25559e627244b27feb77b05..e31c98ac3b551af97608c3b43bb997ddc941a75d 100644 (file)
--- a/time.php
+++ b/time.php
@@ -401,7 +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('show_files', $user->isPluginEnabled('at'));
 $smarty->assign('client_list', $client_list);
 $smarty->assign('project_list', $project_list);
 $smarty->assign('task_list', $task_list);