mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 19:08:53 +00: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:
parent
197e49b9e1
commit
78141e5fb3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue