aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-31 14:52:09 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-31 14:52:09 +0000
commit33f5e4283b5087b07106e060a6e76ba36e1e584f (patch)
tree4bbde0651ecfc74ab486aa5304a725a74961cfde /phpBB/install
parent618e78e41eb9b7380aac2e6204d3cadd9c9fe303 (diff)
downloadforums-33f5e4283b5087b07106e060a6e76ba36e1e584f.tar
forums-33f5e4283b5087b07106e060a6e76ba36e1e584f.tar.gz
forums-33f5e4283b5087b07106e060a6e76ba36e1e584f.tar.bz2
forums-33f5e4283b5087b07106e060a6e76ba36e1e584f.tar.xz
forums-33f5e4283b5087b07106e060a6e76ba36e1e584f.zip
my changes so far...
git-svn-id: file:///svn/phpbb/trunk@7987 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php4
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>