diff options
| author | David M <davidmj@users.sourceforge.net> | 2007-02-13 20:49:39 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2007-02-13 20:49:39 +0000 |
| commit | c16beb34af123b810cfd8a4a625075fcb59540ef (patch) | |
| tree | 0f02e4a6e0c2a84083f63c36a1cdc86ccf7c86e9 /phpBB/install/install_convert.php | |
| parent | 4c487c1cdc03f50d7aee4021588572a9358e06ec (diff) | |
| download | forums-c16beb34af123b810cfd8a4a625075fcb59540ef.tar forums-c16beb34af123b810cfd8a4a625075fcb59540ef.tar.gz forums-c16beb34af123b810cfd8a4a625075fcb59540ef.tar.bz2 forums-c16beb34af123b810cfd8a4a625075fcb59540ef.tar.xz forums-c16beb34af123b810cfd8a4a625075fcb59540ef.zip | |
found you!
git-svn-id: file:///svn/phpbb/trunk@6985 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_convert.php')
| -rw-r--r-- | phpBB/install/install_convert.php | 6 |
1 files changed, 6 insertions, 0 deletions
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( |
