mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02: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:
@@ -340,7 +340,7 @@ class ucp_groups
|
|||||||
'S_ROW_COUNT' => ${$block . '_count'}++)
|
'S_ROW_COUNT' => ${$block . '_count'}++)
|
||||||
);
|
);
|
||||||
|
|
||||||
$group_id_ary[] = $row['group_id'];
|
$group_id_ary[] = (int) $row['group_id'];
|
||||||
}
|
}
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user