mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 12:24:51 +00:00
DB Optimizing in Ticket Selections and relogicify mark billable also more logging
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
$sql_users_select = mysqli_query($mysqli, "SELECT users.user_id, user_name FROM users
|
||||
LEFT JOIN user_settings on users.user_id = user_settings.user_id
|
||||
WHERE user_role > 1
|
||||
AND user_type = 1
|
||||
AND user_status = 1
|
||||
AND user_archived_at IS NULL
|
||||
ORDER BY user_name DESC"
|
||||
|
||||
Reference in New Issue
Block a user