From 6edef07d0cc02d5e9c03f55f0c46aac66615bdac Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 26 Sep 2007 09:04:11 +0200 Subject: [PATCH] [svn r13265] Added loading of $charset into global.inc.php to make it available anywhere --- main/inc/global.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/global.inc.php b/main/inc/global.inc.php index 17b08c7fac..0ceea01b3c 100644 --- a/main/inc/global.inc.php +++ b/main/inc/global.inc.php @@ -152,7 +152,7 @@ while ($row=mysql_fetch_array($result)) } - +$charset = api_get_setting('platform_charset'); // include the local (contextual) parameters of this course or section require($includePath."/local.inc.php");