aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2007-02-08 22:11:14 +0000
committerNils Adermann <naderman@naderman.de>2007-02-08 22:11:14 +0000
commit56a93bdfdddde618fe826c23c9151086f9540860 (patch)
tree5badf493ac976a48e8de22411610affa6019e6b3 /phpBB/install/database_update.php
parent766e311ff35b486a2f01b1cb2cf4fef3df290825 (diff)
downloadforums-56a93bdfdddde618fe826c23c9151086f9540860.tar
forums-56a93bdfdddde618fe826c23c9151086f9540860.tar.gz
forums-56a93bdfdddde618fe826c23c9151086f9540860.tar.bz2
forums-56a93bdfdddde618fe826c23c9151086f9540860.tar.xz
forums-56a93bdfdddde618fe826c23c9151086f9540860.zip
- Pruning doesn't lower user post counts anymore [Bug #7676]
- Better resync explanations in ACP - relative link to board shouldn't result in an empty link [Bug #7762] - allow spaces to define multiple classes [Bug #7700] - forgot addslashes for password conversion [Bug #7530] - adjusted get_post_data call in mcp_post to retrieve read tracking info [Bug #7538] - fixed sorting in reports/queue by properly generating the pagination links [Bug #7666] - send UTF-8 charset header in database_update.php [Bug #7564] git-svn-id: file:///svn/phpbb/trunk@6974 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 0e4b0381f0..2d19b46245 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -378,6 +378,8 @@ switch ($db->sql_layer)
$error_ary = array();
$errored = false;
+header('Content-type: text/html; charset=UTF-8');
+
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $lang['DIRECTION']; ?>" lang="<?php echo $lang['USER_LANG']; ?>" xml:lang="<?php echo $lang['USER_LANG']; ?>">