mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
change item to item_id; related to #49485
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9958 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -3692,7 +3692,7 @@ function obtain_users_online($item_id = 0, $item = 'forum')
|
||||
global $db, $config, $user;
|
||||
|
||||
$reading_sql = '';
|
||||
if ($item !== 0)
|
||||
if ($item_id !== 0)
|
||||
{
|
||||
$reading_sql = ' AND s.session_' . $item . '_id = ' . (int) $item_id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user