diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-02-08 15:18:17 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-02-08 15:18:17 +0000 |
| commit | 2ffda20b0e88884e330f33123482b1a6eb0aad58 (patch) | |
| tree | 26f8c3cbc5bae2df8c64165006b4402523173410 /phpBB/common.php | |
| parent | ec65e70c4afdd3811f3769239b7d61600caae9f5 (diff) | |
| download | forums-2ffda20b0e88884e330f33123482b1a6eb0aad58.tar forums-2ffda20b0e88884e330f33123482b1a6eb0aad58.tar.gz forums-2ffda20b0e88884e330f33123482b1a6eb0aad58.tar.bz2 forums-2ffda20b0e88884e330f33123482b1a6eb0aad58.tar.xz forums-2ffda20b0e88884e330f33123482b1a6eb0aad58.zip | |
Custom profile data table define
git-svn-id: file:///svn/phpbb/trunk@4814 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 29c10a5917..4fd057420a 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -71,7 +71,6 @@ define('USER_ACTIVATION_NONE', 0); define('USER_ACTIVATION_SELF', 1); define('USER_ACTIVATION_ADMIN', 2); define('USER_ACTIVATION_DISABLE', 3); -define('USER_ACTIVATION_SELF_ADMIN', 4); define('AVATAR_UPLOAD', 1); define('AVATAR_REMOTE', 2); @@ -167,6 +166,7 @@ define('BOTS_TABLE', $table_prefix.'bots'); define('CACHE_TABLE', $table_prefix.'cache'); define('CONFIG_TABLE', $table_prefix.'config'); define('CONFIRM_TABLE', $table_prefix.'confirm'); +define('CUSTOM_PROFILE_DATA', $table_prefix.'profile_fields_data'); define('DISALLOW_TABLE', $table_prefix.'disallow'); // define('DRAFTS_TABLE', $table_prefix.'drafts'); define('EXTENSIONS_TABLE', $table_prefix.'extensions'); |
