]> wagnertech.de Git - timetracker.git/blobdiff - users.php
Started to populate org_id during import of expense items.
[timetracker.git] / users.php
index af5389021e53487906edd52b40d94a9da217e35f..b7a6606ca5a61df2b808a6a88002ed00c604840a 100644 (file)
--- 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) {