1
0
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:
Paul S. Owen
2002-10-05 00:08:47 +00:00
parent f4858c1b7d
commit 64a01741f9
2 changed files with 4 additions and 4 deletions

View File

@@ -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++;
}