[svn r13265] Added loading of $charset into global.inc.php to make it available anywhere

skala
Yannick Warnier 18 years ago
parent 5550f0a8ef
commit 6edef07d0c
  1. 2
      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");

Loading…
Cancel
Save