diff options
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 4d8671f5de..aca3b9f1c4 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -974,9 +974,11 @@ if ($exit) exit; } +_write_result(false, $errored, $error_ary); + // Schema updates ?> - </p><br /><br /> + <br /><br /> <h1><?php echo $lang['UPDATE_DATABASE_SCHEMA']; ?></h1> |
