From c16beb34af123b810cfd8a4a625075fcb59540ef Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 13 Feb 2007 20:49:39 +0000 Subject: [PATCH] found you! git-svn-id: file:///svn/phpbb/trunk@6985 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_convert.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php index 0d1fec4a1c..0656f7e5f4 100644 --- a/phpBB/install/install_convert.php +++ b/phpBB/install/install_convert.php @@ -835,6 +835,12 @@ class install_convert extends module if (!empty($convert->config_schema)) { restore_config($convert->config_schema); + + // Override a couple of config variables for the duration + $config['max_quote_depth'] = 0; + + // @todo Need to confirm that max post length in source is <= max post length in destination or there may be interesting formatting issues + $config['max_post_chars'] = -1; } $template->assign_block_vars('checks', array(