From dd2033ace0ccbb711406114777dc97a34c996bdc Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 11 Oct 2001 22:05:36 +0000 Subject: Preliminary avatar gallery support git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 14b86d640f..d2a59fc801 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -36,11 +36,16 @@ define(USER, 0); define(ADMIN, 1); -// User Activation +// User related define(USER_ACTIVATION_NONE, 0); define(USER_ACTIVATION_SELF, 1); define(USER_ACTIVATION_ADMIN, 2); +define(USER_AVATAR_NONE, 0); +define(USER_AVATAR_UPLOAD, 1); +define(USER_AVATAR_REMOTE, 2); +define(USER_AVATAR_GALLERY, 3); + // Forum state define(FORUM_UNLOCKED, 0); -- cgit v1.2.1