]> wagnertech.de Git - timetracker.git/blobdiff - reports.php
Added attachments to reports.
[timetracker.git] / reports.php
index d94ee7574904ce1b6571262841cbe21fb6df285b..c191de9aae189f623d77c672d45a9f5a62c4306e 100644 (file)
@@ -291,7 +291,7 @@ if ($showTimesheetCheckbox)
   $form->addInput(array('type'=>'checkbox','name'=>'chtimesheet'));
 if ($showApproved)
   $form->addInput(array('type'=>'checkbox','name'=>'chapproved'));
-if (isTrue('FILES_DEBUG')) $showFiles = $user->isPluginEnabled('at');
+$showFiles = $user->isPluginEnabled('at');
 if ($showFiles)
   $form->addInput(array('type'=>'checkbox','name'=>'chfiles'));