mirror of https://github.com/itflow-org/itflow
Fix in old add ticket
This commit is contained in:
parent
3c5c86c4c5
commit
ad4ab5a54c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue