diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-25 18:42:36 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-25 18:42:36 +0000 |
commit | 191b513315fb7f0ab2b8e5c291b092fc72c8a36c (patch) | |
tree | 10a4c7a2eb2347320022b50b06679db6cffc70f7 /phpBB/includes/constants.php | |
parent | d4f9010741a623d7f6115f45163e4dedffd89551 (diff) | |
download | forums-191b513315fb7f0ab2b8e5c291b092fc72c8a36c.tar forums-191b513315fb7f0ab2b8e5c291b092fc72c8a36c.tar.gz forums-191b513315fb7f0ab2b8e5c291b092fc72c8a36c.tar.bz2 forums-191b513315fb7f0ab2b8e5c291b092fc72c8a36c.tar.xz forums-191b513315fb7f0ab2b8e5c291b092fc72c8a36c.zip |
Forgot to ftp again ...
git-svn-id: file:///svn/phpbb/trunk@1085 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index f760c0abfd..14b86d640f 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -38,7 +38,7 @@ define(ADMIN, 1); // User Activation define(USER_ACTIVATION_NONE, 0); -define(USER_ACTIVATION_USER, 1); +define(USER_ACTIVATION_SELF, 1); define(USER_ACTIVATION_ADMIN, 2); |