found you!

git-svn-id: file:///svn/phpbb/trunk@6985 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-02-13 20:49:39 +00:00
parent 4c487c1cdc
commit c16beb34af

View file

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