diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-18 10:00:39 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-18 10:00:39 +0000 |
commit | e6f685c25f4f0414972498a2d3389ada3ea44bbc (patch) | |
tree | 154c465eff37883bca0f134cd31ba697c5e95319 /phpBB/install/database_update.php | |
parent | a64caea9b627cb6fd4b5f9123d3479c08b4328c4 (diff) | |
download | forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.tar forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.tar.gz forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.tar.bz2 forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.tar.xz forums-e6f685c25f4f0414972498a2d3389ada3ea44bbc.zip |
fixing some bugs i introduced while fixing other bugs. :)
git-svn-id: file:///svn/phpbb/trunk@6899 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r-- | phpBB/install/database_update.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 64a4c46bb8..5b909a1fe6 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -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 |