From eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf Mon Sep 17 00:00:00 2001 From: David M Date: Thu, 4 Oct 2007 04:42:39 +0000 Subject: #i71 #i72 git-svn-id: file:///svn/phpbb/trunk@8128 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 0823074072..f6622fb43d 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -140,7 +140,7 @@ define('ATTACHMENT_CATEGORY_FLASH', 5); // Flash/SWF files define('ATTACHMENT_CATEGORY_QUICKTIME', 6); // Quicktime/Mov files // BBCode UID length -define('BBCODE_UID_LEN', 5); +define('BBCODE_UID_LEN', 8); // Number of core BBCodes define('NUM_CORE_BBCODES', 12); -- cgit v1.2.1