summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 5c6d3c1c5..295a30d5b 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -146,7 +146,11 @@
// Enable experimental support for interface translations
// based on PHP-Gettext. This is of no much use right now.
- define('CONFIG_VERSION', 7);
+ define('MYSQL_CHARSET', '');
+ // Connection charset for MySQL. Only enable if having charset-related
+ // errors with MySQL (mangled characters, errors when updating feeds, etc).
+
+ define('CONFIG_VERSION', 8);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).