1
0
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:
Meik Sievertsen
2007-01-18 10:00:39 +00:00
parent a64caea9b6
commit e6f685c25f
9 changed files with 18 additions and 16 deletions

View File

@@ -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