aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-11-22 01:04:01 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-11-22 01:04:01 +0000
commit9dea3eb368d178d8ef103899b40ca1cb2e536c9c (patch)
tree0a758ba28ee5e23cd055f777546e2c108d1e2db6 /phpBB/includes
parenteb82c6808769de52c7e6a024396193ae1ebf4669 (diff)
downloadforums-9dea3eb368d178d8ef103899b40ca1cb2e536c9c.tar
forums-9dea3eb368d178d8ef103899b40ca1cb2e536c9c.tar.gz
forums-9dea3eb368d178d8ef103899b40ca1cb2e536c9c.tar.bz2
forums-9dea3eb368d178d8ef103899b40ca1cb2e536c9c.tar.xz
forums-9dea3eb368d178d8ef103899b40ca1cb2e536c9c.zip
Fixed bug #484243 typo in sessions.php
git-svn-id: file:///svn/phpbb/trunk@1413 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/sessions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/sessions.php b/phpBB/includes/sessions.php
index 2e6693f011..be3b2ba827 100644
--- a/phpBB/includes/sessions.php
+++ b/phpBB/includes/sessions.php
@@ -318,7 +318,7 @@ function session_pagestart($user_ip, $thispage_id, $session_length)
}
$result_id = session_begin($user_id, $user_ip, $thispage_id, $session_length, $login, $autologin);
- if(!$result)
+ if(!$result_id)
{
message_die(CRITICAL_ERROR, "Error creating user session : session_pagestart", __LINE__, __FILE__, $sql);
}