mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02:00
another oopsie in sessions + whos online fix for forum_id in page_header (index displays correctly now)
git-svn-id: file:///svn/phpbb/trunk@2929 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -281,7 +281,7 @@ class session {
|
||||
$db->sql_query($sql);
|
||||
}
|
||||
|
||||
$del_user_id .= ', \'' . $row['session_user_id'] . '\'';
|
||||
$del_user_id .= ( ( $del_user_id != '' ) ? ', ' : '' ) . ' \'' . $row['session_user_id'] . '\'';
|
||||
$del_sessions++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user