mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Removed some debugging stuff
git-svn-id: file:///svn/phpbb/trunk@164 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
867172c744
commit
7f566438d4
1 changed files with 0 additions and 1 deletions
|
@ -276,7 +276,6 @@ function session_pagestart($user_ip, $thispage_id, $session_length)
|
|||
$password = "";
|
||||
$userdata['session_logged_in'] = 0;
|
||||
}
|
||||
print "userdata known?";
|
||||
$result = session_begin($userdata['user_id'], $user_ip, $thispage_id, $session_length, $autologon, $password);
|
||||
if(!$result)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue