X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=users.php;h=b7a6606ca5a61df2b808a6a88002ed00c604840a;hb=de20a2009639bd1064c8d2b61a79d449c352409c;hp=af5389021e53487906edd52b40d94a9da217e35f;hpb=11bfec0ff88b649a934556e8b4812d65715c7509;p=timetracker.git diff --git a/users.php b/users.php index af538902..b7a6606c 100644 --- a/users.php +++ b/users.php @@ -28,7 +28,6 @@ require_once('initialize.php'); import('form.Form'); -import('ttTeamHelper'); import('ttTimeHelper'); import('ttRoleHelper'); @@ -52,7 +51,7 @@ if($user->can('manage_users')) { $inactive_users = $user->getUsers($options); } -// Check if the team is set to show indicators for uncompleted time entries. +// Check if the group is set to show indicators for uncompleted time entries. if ($user->uncompleted_indicators) { // Check each active user if they have an uncompleted time entry. foreach ($active_users as $key => $user) {