mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
19a47c7bac
@ -2512,6 +2512,7 @@ function phpbb_cache_moderators($db, $cache, $auth)
|
|||||||
{
|
{
|
||||||
$usernames_ary[$row['user_id']] = $row['username'];
|
$usernames_ary[$row['user_id']] = $row['username'];
|
||||||
}
|
}
|
||||||
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
foreach ($hold_ary as $user_id => $forum_id_ary)
|
foreach ($hold_ary as $user_id => $forum_id_ary)
|
||||||
{
|
{
|
||||||
@ -2806,6 +2807,7 @@ function view_inactive_users(&$users, &$user_count, $limit = 0, $offset = 0, $li
|
|||||||
|
|
||||||
$users[] = $row;
|
$users[] = $row;
|
||||||
}
|
}
|
||||||
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
return $offset;
|
return $offset;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user