1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-07 17:33:32 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2020-02-14 07:30:35 +01:00
commit 3ff9d24935
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -1045,13 +1045,15 @@ function user_ban($mode, $ban, $ban_len, $ban_len_other, $ban_exclude, $ban_reas
$banlist_ary[] = (int) $row['user_id'];
}
while ($row = $db->sql_fetchrow($result));
$db->sql_freeresult($result);
}
else
{
$db->sql_freeresult($result);
trigger_error('NO_USERS', E_USER_WARNING);
}
$db->sql_freeresult($result);
break;
case 'ip':