From bddc9788ef5c572818b19a8bfa369dc464f5482b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Aug 2007 11:47:25 +0100 Subject: new config option: MYSQL_CHARSET --- config.php-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.php-dist') 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). -- cgit v1.2.3