mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
Changed ERROR to GENERAL_ERROR
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3256 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -64,7 +64,7 @@ if ( $result = $db->sql_query($sql) )
|
|||||||
// session id check
|
// session id check
|
||||||
if ($sid == '' || $sid != $userdata['session_id'])
|
if ($sid == '' || $sid != $userdata['session_id'])
|
||||||
{
|
{
|
||||||
message_die(ERROR, 'Invalid_session');
|
message_die(GENERAL_ERROR, 'Invalid_session');
|
||||||
}
|
}
|
||||||
|
|
||||||
$error = FALSE;
|
$error = FALSE;
|
||||||
|
Reference in New Issue
Block a user