mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Fix in old add ticket
This commit is contained in:
@@ -185,8 +185,7 @@
|
||||
$sql = mysqli_query(
|
||||
$mysqli,
|
||||
"SELECT user_id, user_name FROM users
|
||||
WHERE user_role_id > 1
|
||||
AND user_type = 1
|
||||
WHERE user_type = 1
|
||||
AND user_status = 1
|
||||
AND user_archived_at IS NULL
|
||||
ORDER BY user_name ASC"
|
||||
|
||||
Reference in New Issue
Block a user