From 0942c1563c0a381a25855eea4b5c3b4307ea1d8a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 7 Feb 2006 10:50:50 +0000 Subject: [PATCH] - fix typo... thanks tom. :) git-svn-id: file:///svn/phpbb/trunk@5533 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 23407b0671..a0708e88bb 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -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) { - 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;