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

Bug fixes

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2639 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-06-20 17:01:23 +00:00
parent 12077e1d32
commit 1d2a359ea1

View File

@ -212,7 +212,7 @@ function session_pagestart($user_ip, $thispage_id)
}
else
{
$session_data = '';
$sessiondata = '';
$session_id = ( isset($HTTP_GET_VARS['sid']) ) ? $HTTP_GET_VARS['sid'] : '';
$sessionmethod = SESSION_METHOD_GET;
}