X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=reports.php;h=c191de9aae189f623d77c672d45a9f5a62c4306e;hb=237f5fae68a9410971ce1c4895a07fe2fa0fbd52;hp=d94ee7574904ce1b6571262841cbe21fb6df285b;hpb=9c5d423a2225aefe185f426088e9d19818bca011;p=timetracker.git 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'));