1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-26 04:55:12 +02:00

- Added a freeresult

git-svn-id: file:///svn/phpbb/trunk@5415 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-01-01 21:48:03 +00:00
parent 8185cef8ab
commit e68d442f52

View File

@ -1002,6 +1002,7 @@ if ($config['load_onlinetrack'] && sizeof($id_cache))
{
$user_cache[$row['session_user_id']]['online'] = (time() - $update_time < $row['online_time'] && (($row['viewonline'] && $user_cache[$row['session_user_id']]['viewonline']) || $auth->acl_get('u_viewonline'))) ? true : false;
}
$db->sql_freeresult($result);
}
unset($id_cache);