[svn r21165] Fixed encoding problem in stats page for learning path

skala
Yannick Warnier 17 years ago
parent bc67bd3ad8
commit 1cf4a36f9d
  1. 2
      main/newscorm/learnpath.class.php

@ -2507,7 +2507,7 @@ class learnpath {
*/
function get_iv_interactions_array($lp_iv_id = 0) {
global $charset;
$charset = api_get_setting('platform_charset');
$list = array ();
$table = Database :: get_course_table('lp_iv_interaction');

Loading…
Cancel
Save