mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Closes Issue #319
This commit is contained in:
@@ -947,7 +947,7 @@ if (($_SERVER['QUERY_STRING'] == 'logout')/* || (($pref['user_tracking'] == 'ses
|
||||
// TODO - should be done inside online handler, more core areas need it (session handler for example)
|
||||
if (isset($pref['track_online']) && $pref['track_online'])
|
||||
{
|
||||
$sql->db_Update('online', "online_user_id = 0, online_pagecount=online_pagecount+1 WHERE online_user_id = '{$udata}' LIMIT 1");
|
||||
$sql->db_Update('online', "online_user_id = 0, online_pagecount=online_pagecount+1 WHERE online_user_id = '{$udata}'");
|
||||
}
|
||||
|
||||
// earlier event trigger with user data still available
|
||||
|
Reference in New Issue
Block a user