1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00
git-svn-id: file:///svn/phpbb/trunk@6264 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-08-11 22:06:54 +00:00
parent 86f3d738a0
commit a8c49875f7

View File

@@ -173,7 +173,7 @@ class acp_bbcodes
$bbcode_id = NUM_CORE_BBCODES + 1;
}
if ($bbcode_id > 2039)
if ($bbcode_id > 1511)
{
trigger_error('TOO_MANY_BBCODES');
}