add changing single group status

This commit is contained in:
Hendrik
2017-01-18 15:57:39 +01:00
parent 71dc7bae2c
commit e7e3ae9c8b
3 changed files with 20 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ function search20UsersFromNByStatus($db, $n, $keyword, $status) {
`username` LIKE :keyword AND
FIND_IN_SET (`role`, :statuses)
ORDER BY
`role`,
`username`
LIMIT
:n, 20