]> wagnertech.de Git - timetracker.git/blobdiff - time.php
Fixed export-import to include group descriptions.
[timetracker.git] / time.php
index 68aaf40e7e4f9648c12f24d8e67cfdd9c0f878ea..9e6be9a8ff440064f940fd662051c32b6cb19238 100644 (file)
--- a/time.php
+++ b/time.php
@@ -107,7 +107,7 @@ $_SESSION['task'] = $cl_task;
 // Elements of timeRecordForm.
 $form = new Form('timeRecordForm');
 
-if (defined('SUBGROUP_DEBUG') && isTrue(SUBGROUP_DEBUG)) {
+if (isTrue(SUBGROUP_DEBUG)) {
 if ($user->can('manage_subgroups')) {
   $groups = $user->getGroups();
   if (count($groups) > 1) {