mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
fixing some bugs i introduced while fixing other bugs. :)
git-svn-id: file:///svn/phpbb/trunk@6899 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -330,10 +330,10 @@ $database_update_info = array(
|
||||
'prune_freq' => array('UINT', 0),
|
||||
),
|
||||
PRIVMSGS_RULES_TABLE => array(
|
||||
'rule_folder_id' => array('UINT', 0),
|
||||
'rule_folder_id' => array('INT:11', 0),
|
||||
),
|
||||
PRIVMSGS_TO_TABLE => array(
|
||||
'folder_id' => array('UINT', 0),
|
||||
'folder_id' => array('INT:11', 0),
|
||||
),
|
||||
),
|
||||
// Remove the following keys
|
||||
|
Reference in New Issue
Block a user