X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9c5d423a2225aefe185f426088e9d19818bca011..870ef02e00ccf3c54edd893bfa84cfb4d692ac0a:/reports.php diff --git a/reports.php b/reports.php index d94ee757..c191de9a 100644 --- a/reports.php +++ b/reports.php @@ -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'));