mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
small SQL optimization
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9396 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c6070d6dac
commit
8f9b90983f
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class ucp_groups
|
|||
'S_ROW_COUNT' => ${$block . '_count'}++)
|
||||
);
|
||||
|
||||
$group_id_ary[] = $row['group_id'];
|
||||
$group_id_ary[] = (int) $row['group_id'];
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue