aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-14 12:12:32 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-14 12:12:32 +0000
commitea46faa8ffd7eac3696a2a12d9ceddad5f625e8e (patch)
tree60a4b7d38f328a0e04083bfc0853c496c8981902 /phpBB/develop
parent525b9bd79961041e3e095fa98eb1e8e57eaa2a7b (diff)
downloadforums-ea46faa8ffd7eac3696a2a12d9ceddad5f625e8e.tar
forums-ea46faa8ffd7eac3696a2a12d9ceddad5f625e8e.tar.gz
forums-ea46faa8ffd7eac3696a2a12d9ceddad5f625e8e.tar.bz2
forums-ea46faa8ffd7eac3696a2a12d9ceddad5f625e8e.tar.xz
forums-ea46faa8ffd7eac3696a2a12d9ceddad5f625e8e.zip
forum rules, forum descriptions and group description bbcode uid fixes
git-svn-id: file:///svn/phpbb/trunk@8178 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/create_schema_files.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index a761ae7bfa..205c530373 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1049,7 +1049,7 @@ function get_schema_struct()
'forum_desc' => array('TEXT_UNI', ''),
'forum_desc_bitfield' => array('VCHAR:255', ''),
'forum_desc_options' => array('UINT:11', 7),
- 'forum_desc_uid' => array('VCHAR:5', ''),
+ 'forum_desc_uid' => array('VCHAR:8', ''),
'forum_link' => array('VCHAR_UNI', ''),
'forum_password' => array('VCHAR_UNI:40', ''),
'forum_style' => array('USINT', 0),
@@ -1058,7 +1058,7 @@ function get_schema_struct()
'forum_rules_link' => array('VCHAR_UNI', ''),
'forum_rules_bitfield' => array('VCHAR:255', ''),
'forum_rules_options' => array('UINT:11', 7),
- 'forum_rules_uid' => array('VCHAR:5', ''),
+ 'forum_rules_uid' => array('VCHAR:8', ''),
'forum_topics_per_page' => array('TINT:4', 0),
'forum_type' => array('TINT:4', 0),
'forum_status' => array('TINT:4', 0),
@@ -1128,7 +1128,7 @@ function get_schema_struct()
'group_desc' => array('TEXT_UNI', ''),
'group_desc_bitfield' => array('VCHAR:255', ''),
'group_desc_options' => array('UINT:11', 7),
- 'group_desc_uid' => array('VCHAR:5', ''),
+ 'group_desc_uid' => array('VCHAR:8', ''),
'group_display' => array('BOOL', 0),
'group_avatar' => array('VCHAR', ''),
'group_avatar_type' => array('TINT:2', 0),