diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-04-11 00:02:54 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-04-11 00:02:54 +0000 |
commit | f17c36cea455ac858511a9a191572a457c4a33f8 (patch) | |
tree | 153e28c1e8d4e3bdce818238be19a38479432dc2 /phpBB/common.php | |
parent | 9c8c50cdb735f5555ee8a647b9a87603d9ffc0d2 (diff) | |
download | forums-f17c36cea455ac858511a9a191572a457c4a33f8.tar forums-f17c36cea455ac858511a9a191572a457c4a33f8.tar.gz forums-f17c36cea455ac858511a9a191572a457c4a33f8.tar.bz2 forums-f17c36cea455ac858511a9a191572a457c4a33f8.tar.xz forums-f17c36cea455ac858511a9a191572a457c4a33f8.zip |
Moved BBCODE_UID_LEN to common.php
git-svn-id: file:///svn/phpbb/trunk@3811 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index ed110a7755..b36cb24279 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -106,6 +106,9 @@ define('PRIVMSGS_READ_MAIL', 0); define('PRIVMSGS_NEW_MAIL', 1); define('PRIVMSGS_UNREAD_MAIL', 5); +// BBCode UID length +define('BBCODE_UID_LEN', 5); + // Table names define('ACL_GROUPS_TABLE', $table_prefix.'auth_groups'); define('ACL_OPTIONS_TABLE', $table_prefix.'auth_options'); |