Add task approval system (tidy)

This commit is contained in:
wrongecho
2026-01-12 12:21:10 +00:00
parent 77e4d2b566
commit 58bcb38617
6 changed files with 13 additions and 13 deletions

View File

@@ -999,8 +999,8 @@ if (isset($_GET['get_internal_users'])) {
$sql = mysqli_query(
$mysqli,
"SELECT user_id, user_name
FROM users
"SELECT user_id, user_name
FROM users
WHERE user_type = 1 AND user_status = 1 AND user_archived_at IS NULL
ORDER BY user_name"
);