aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php2
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);