Fixed query oversights.
This commit is contained in:
parent
179b9aaa08
commit
4d53565139
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
20250207
|
||||
20250207.1
|
||||
|
|
|
@ -58,7 +58,7 @@ class UsersData {
|
|||
|
||||
$args = 0;
|
||||
$query = <<<SQL
|
||||
SELECT COUNT(u.*) FROM msz_users
|
||||
SELECT COUNT(*) FROM msz_users AS u
|
||||
SQL;
|
||||
if($hasRoleInfo)
|
||||
$query .= <<<SQL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue