aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-01-09 14:10:44 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-01-09 14:10:44 +0000
commit2b35b9d60d42c750485ba84b31818fad0b4e0a91 (patch)
treeaca204f65d9e65f3b10433af1cb6e42daca9b89e /phpBB/develop
parent164fb66f44322ccf5997cff8ccf154a1aa7f01d3 (diff)
downloadforums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.tar
forums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.tar.gz
forums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.tar.bz2
forums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.tar.xz
forums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.zip
- some bugfixes
- bugfixes for the convertor (typecasting for example was totally broken) git-svn-id: file:///svn/phpbb/trunk@6865 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 7f6ee07d44..06c8ca24a6 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1044,9 +1044,9 @@ function get_schema_struct()
'enable_icons' => array('BOOL', 1),
'enable_prune' => array('BOOL', 0),
'prune_next' => array('TIMESTAMP', 0),
- 'prune_days' => array('TINT:4', 0),
- 'prune_viewed' => array('TINT:4', 0),
- 'prune_freq' => array('TINT:4', 0),
+ 'prune_days' => array('UINT', 0),
+ 'prune_viewed' => array('UINT', 0),
+ 'prune_freq' => array('UINT', 0),
),
'PRIMARY_KEY' => 'forum_id',
'KEYS' => array(