From e9becfa669f9d7e64440992daeaf937388d26686 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 9 Oct 2007 01:43:29 +0000 Subject: - PWG_CHARSET, DB_CHARSET and DB_COLLATE... utf-8 ready git-svn-id: http://piwigo.org/svn/trunk@2127 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants.php') diff --git a/include/constants.php b/include/constants.php index 7d955c8f3..c90323414 100644 --- a/include/constants.php +++ b/include/constants.php @@ -28,7 +28,7 @@ define('PHPWG_VERSION', 'Butterfly'); define('PHPWG_DOMAIN', 'phpwebgallery.net'); define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); -define('PHPWG_DEFAULT_LANGUAGE', 'en_UK.iso-8859-1'); +define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'yoga/clear'); // Error codes -- cgit v1.2.3