X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d9ef3e94c49d9b5e8c7532efc8b460c3e1135fdd..b187fdd5442216e598a181f732da57e268f46dd8:/reports.php diff --git a/reports.php b/reports.php index 59f3c0f9..3aba9cdf 100644 --- a/reports.php +++ b/reports.php @@ -144,12 +144,11 @@ $user_list = array(); if ($user->can('view_reports') || $user->isClient()) { // Prepare user and assigned projects arrays. if ($user->can('view_reports')) { - // $users = ttTeamHelper::getUsers(); // Active and inactive users for managers. if ($user->can('view_own_reports')) $options = array('max_rank'=>$user->rank-1,'include_self'=>true); else $options = array('max_rank'=>$user->rank-1); - $users = $user->getUsers($options); // Active and inactive users for managers. + $users = $user->getUsers($options); // Active and inactive users. } elseif ($user->isClient()) $users = ttTeamHelper::getUsersForClient(); // Active and inactive users for clients.