aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-26 15:42:05 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-26 15:42:05 +0000
commit8ba8caec2dcdfcb755beeeaebc83c5ad1e057758 (patch)
tree3834d961d46b647ddc22f1f1f9c3a88dc981d2ee /phpBB/develop
parentb9d77ef8d56a5db128b519f466ed7f4b32c0dc89 (diff)
downloadforums-8ba8caec2dcdfcb755beeeaebc83c5ad1e057758.tar
forums-8ba8caec2dcdfcb755beeeaebc83c5ad1e057758.tar.gz
forums-8ba8caec2dcdfcb755beeeaebc83c5ad1e057758.tar.bz2
forums-8ba8caec2dcdfcb755beeeaebc83c5ad1e057758.tar.xz
forums-8ba8caec2dcdfcb755beeeaebc83c5ad1e057758.zip
some tiny bugfixes and changed is_active() a bit...
git-svn-id: file:///svn/phpbb/trunk@7232 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/create_schema_files.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index f9a6af97ee..bc4e20e035 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1543,6 +1543,7 @@ function get_schema_struct()
$schema_data['phpbb_smilies'] = array(
'COLUMNS' => array(
'smiley_id' => array('UINT', NULL, 'auto_increment'),
+ // We may want to set 'code' to VCHAR:50 or check if unicode support is possible... at the moment only ASCII characters are allowed.
'code' => array('VCHAR_UNI:50', ''),
'emotion' => array('VCHAR_UNI:50', ''),
'smiley_url' => array('VCHAR:50', ''),