1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-08 16:45:19 +02:00

Anonymous takes user_id = 0 ... hopefully this will not cause problems on the various supported DB's ...

git-svn-id: file:///svn/phpbb/trunk@2865 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-08-16 17:50:38 +00:00
parent c261dfa420
commit ecf33211ec

View File

@ -38,7 +38,7 @@ if ( !defined('PHPBB_INSTALLED') )
//
// Define some constants/variables
//
define('ANONYMOUS', -1);
define('ANONYMOUS', 0);
// User related
define('USER_ACTIVATION_NONE', 0);