X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/139889a67699143cce59a4f3136b3158058b9ce2..df370652d9dff5881b911e72cbc050ee757630f8:/users.php diff --git a/users.php b/users.php index 15850d24..b1fe52a0 100644 --- 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']);