aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-02-22 19:58:05 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-02-22 19:58:05 +0000
commit42f3115763fa2496f552a25305266283152c209b (patch)
tree218599240ad92a7241218300d614873622a5b111 /phpBB/develop
parenta8f6aafa43bd255ecd56a8bfb1b78a76e966f3f8 (diff)
downloadforums-42f3115763fa2496f552a25305266283152c209b.tar
forums-42f3115763fa2496f552a25305266283152c209b.tar.gz
forums-42f3115763fa2496f552a25305266283152c209b.tar.bz2
forums-42f3115763fa2496f552a25305266283152c209b.tar.xz
forums-42f3115763fa2496f552a25305266283152c209b.zip
#8244
- cleaned up the TRUNCATE/DELETE FROM in the native search backend - fixed an imporoper default value on some upgrades git-svn-id: file:///svn/phpbb/trunk@7036 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 0f9c36bb09..f1a9dd1830 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1757,7 +1757,7 @@ function get_schema_struct()
'topic_moved_id' => array('UINT', 0),
'topic_bumped' => array('BOOL', 0),
'topic_bumper' => array('UINT', 0),
- 'poll_title' => array('XSTEXT_UNI', ''),
+ 'poll_title' => array('STEXT_UNI', ''),
'poll_start' => array('TIMESTAMP', 0),
'poll_length' => array('TIMESTAMP', 0),
'poll_max_options' => array('TINT:4', 1),