mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
- fix typo... thanks tom. :)
git-svn-id: file:///svn/phpbb/trunk@5533 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ff0d7f45d7
commit
0942c1563c
1 changed files with 1 additions and 1 deletions
|
@ -1505,7 +1505,7 @@ function group_user_del($group_id, $user_id_ary = false, $username_ary = false,
|
||||||
|
|
||||||
foreach ($special_group_data as $gid => $default_data_ary)
|
foreach ($special_group_data as $gid => $default_data_ary)
|
||||||
{
|
{
|
||||||
if (isset($sql_where_ary[$gid]) && sizeof($sql_whery_ary[$gid]))
|
if (isset($sql_where_ary[$gid]) && sizeof($sql_where_ary[$gid]))
|
||||||
{
|
{
|
||||||
$special_group_data[$gid]['group_id'] = $gid;
|
$special_group_data[$gid]['group_id'] = $gid;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue