diff options
| author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2013-11-20 13:47:31 +0100 |
|---|---|---|
| committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2014-11-08 11:36:13 +0100 |
| commit | 5a7caf65084369422fdbe4aaaae46e5de69cc594 (patch) | |
| tree | 2845c69f21c9784457335ab8c43deaf74990a23a /phpBB/install/database_update.php | |
| parent | 1601b61ef923496b8b9f0f13f35023397f2162f3 (diff) | |
| download | forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.tar forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.tar.gz forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.tar.bz2 forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.tar.xz forums-5a7caf65084369422fdbe4aaaae46e5de69cc594.zip | |
[feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 80fd40a944..0dc86c2051 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -74,7 +74,6 @@ require($phpbb_root_path . 'includes/functions.' . $phpEx); require($phpbb_root_path . 'includes/functions_content.' . $phpEx); require($phpbb_root_path . 'includes/constants.' . $phpEx); -include($phpbb_root_path . 'includes/utf/utf_normalizer.' . $phpEx); require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx); // Set PHP error handler to ours |
