diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-26 15:01:13 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-26 15:01:13 +0000 |
commit | 9fa4f1f012a70ee2a225b048e6e57bdfeb5734b8 (patch) | |
tree | 900a7fdb57ca64d43ecf64ecd00926a95830a589 | |
parent | 6583f90b8d082096ebd9cfc0588730dd36efb077 (diff) | |
download | forums-9fa4f1f012a70ee2a225b048e6e57bdfeb5734b8.tar forums-9fa4f1f012a70ee2a225b048e6e57bdfeb5734b8.tar.gz forums-9fa4f1f012a70ee2a225b048e6e57bdfeb5734b8.tar.bz2 forums-9fa4f1f012a70ee2a225b048e6e57bdfeb5734b8.tar.xz forums-9fa4f1f012a70ee2a225b048e6e57bdfeb5734b8.zip |
- bug fixes for #5618, #5588 and #5584
- remove messenger->reset() calls (they are already performed on sending)
git-svn-id: file:///svn/phpbb/trunk@6661 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 539a180846..c741c7ddb6 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -572,7 +572,7 @@ function _sql($sql, &$errored, &$error_ary, $echo_dot = true) if (defined('DEBUG_EXTRA')) { - echo "\n{$sql}\n"; + echo "<br />\n{$sql}\n<br />"; } $db->sql_return_on_error(true); |