Fixed query oversights.

This commit is contained in:
flash 2025-02-08 15:17:03 +00:00
parent 179b9aaa08
commit 4d53565139
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
20250207
20250207.1

View file

@ -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