소스 검색

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

Yannick Warnier 17 년 전
부모
커밋
6edef07d0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/inc/global.inc.php

+ 1 - 1
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");