mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
- 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
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user