aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-10-04 04:42:39 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-10-04 04:42:39 +0000
commiteca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf (patch)
treef64ec2515929f1178f132a84847342fe1ffc4459 /phpBB/develop
parent4f094bdb48379d334a87b65b7c71eacad162a841 (diff)
downloadforums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.tar
forums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.tar.gz
forums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.tar.bz2
forums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.tar.xz
forums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.zip
#i71
#i72 git-svn-id: file:///svn/phpbb/trunk@8128 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/create_schema_files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index 34ac224c9c..c877bd713c 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1285,7 +1285,7 @@ function get_schema_struct()
'post_checksum' => array('VCHAR:32', ''),
'post_attachment' => array('BOOL', 0),
'bbcode_bitfield' => array('VCHAR:255', ''),
- 'bbcode_uid' => array('VCHAR:5', ''),
+ 'bbcode_uid' => array('VCHAR:8', ''),
'post_postcount' => array('BOOL', 1),
'post_edit_time' => array('TIMESTAMP', 0),
'post_edit_reason' => array('STEXT_UNI', ''),