X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b53f880dcd61797fd2e6609477add03ca757d813..237f5fae68a9410971ce1c4895a07fe2fa0fbd52:/WEB-INF/lib/ttTimesheetHelper.class.php diff --git a/WEB-INF/lib/ttTimesheetHelper.class.php b/WEB-INF/lib/ttTimesheetHelper.class.php index 0afefa80..17119eda 100644 --- a/WEB-INF/lib/ttTimesheetHelper.class.php +++ b/WEB-INF/lib/ttTimesheetHelper.class.php @@ -115,8 +115,7 @@ class ttTimesheetHelper { $group_id = $user->getGroup(); $org_id = $user->org_id; - $includeFiles = $user->isPluginEnabled('at'); - if ($includeFiles) { + if ($user->isPluginEnabled('at')) { $filePart = ', if(Sub1.entity_id is null, 0, 1) as has_files'; $fileJoin = " left join (select distinct entity_id from tt_files". " where entity_type = 'timesheet' and group_id = $group_id and org_id = $org_id and status = 1) Sub1". @@ -149,8 +148,7 @@ class ttTimesheetHelper { $group_id = $user->getGroup(); $org_id = $user->org_id; - $includeFiles = $user->isPluginEnabled('at'); - if ($includeFiles) { + if ($user->isPluginEnabled('at')) { $filePart = ', if(Sub1.entity_id is null, 0, 1) as has_files'; $fileJoin = " left join (select distinct entity_id from tt_files". " where entity_type = 'timesheet' and group_id = $group_id and org_id = $org_id and status = 1) Sub1".