]> wagnertech.de Git - timetracker.git/blobdiff - users.php
Some more renaming.
[timetracker.git] / users.php
index 15850d2410a3d493c72d63df65ab19626117246e..b1fe52a0baa5aa9f2aba255fc8e32aaced978d2e 100644 (file)
--- a/users.php
+++ b/users.php
@@ -45,7 +45,7 @@ if($user->canManageTeam()) {
 }
 
 // Check if the user wants to show uncompleted time entries.
-if (ENTRIES_USERS_PAGE == $user->uncompleted_entries) {
+if (UNCOMPLETED_INDICATORS == $user->uncompleted_entries) {
   // Check each active user if they have an uncompleted time entry.
   foreach ($active_users as $key => $user) {
     $active_users[$key]['has_uncompleted_entry'] = (bool) ttTimeHelper::getUncompleted($user['id']);