X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2303d22b8916c5e9aef58f5350967f31b8313b74..70e77a95ac584db9d220b8f6d791baa0de084734:/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'));