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

ERROR => GENERAL_ERROR and set s_hidden_fields to nowt in search

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3289 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-01-09 00:17:23 +00:00
parent 99a8e49233
commit b22e1663d1
4 changed files with 9 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ init_userprefs($userdata);
// session id check
if ($sid == '' || $sid != $userdata['session_id'])
{
message_die(ERROR, 'Invalid_session');
message_die(GENERAL_ERROR, 'Invalid_session');
}
//