mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
i think i will stop committing thinks today. :/
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8443 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a3b98e510e
commit
6da288aace
1 changed files with 2 additions and 2 deletions
|
@ -3159,7 +3159,7 @@ function obtain_users_online($forum_id = 0)
|
|||
{
|
||||
$reading_sql = ' AND s.session_forum_id = ' . (int) $forum_id;
|
||||
}
|
||||
$config['load_online_time'] = 500000;
|
||||
|
||||
$online_users = array(
|
||||
'online_users' => array(),
|
||||
'hidden_users' => array(),
|
||||
|
@ -3182,7 +3182,7 @@ $config['load_online_time'] = 500000;
|
|||
WHERE s.session_time >= ' . ($time - ((int) ($time % 30))) .
|
||||
$reading_sql .
|
||||
' AND s.session_user_id <> ' . ANONYMOUS;
|
||||
$result = $db->sql_query($sql);
|
||||
$result = $db->sql_query($sql, 30);
|
||||
|
||||
while ($row = $db->sql_fetchrow($result))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue