mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00: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:
parent
be963ed938
commit
dedddfabed
1 changed files with 1 additions and 1 deletions
|
@ -3692,7 +3692,7 @@ function obtain_users_online($item_id = 0, $item = 'forum')
|
||||||
global $db, $config, $user;
|
global $db, $config, $user;
|
||||||
|
|
||||||
$reading_sql = '';
|
$reading_sql = '';
|
||||||
if ($item !== 0)
|
if ($item_id !== 0)
|
||||||
{
|
{
|
||||||
$reading_sql = ' AND s.session_' . $item . '_id = ' . (int) $item_id;
|
$reading_sql = ' AND s.session_' . $item . '_id = ' . (int) $item_id;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue