Kaynağa Gözat

Fixed erroneous variable name (chatset -> charset)

Yannick Warnier 14 yıl önce
ebeveyn
işleme
f909a58250
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      main/newscorm/learnpath.class.php

+ 1 - 1
main/newscorm/learnpath.class.php

@@ -2406,7 +2406,7 @@ class learnpath {
 	 */
 	 */
 	function get_iv_objectives_array($lp_iv_id = 0) {
 	function get_iv_objectives_array($lp_iv_id = 0) {
 
 
-		global $chatset;
+		global $charset;
 
 
 		$list = array ();
 		$list = array ();
 		$table = Database :: get_course_table(TABLE_LP_IV_OBJECTIVE);
 		$table = Database :: get_course_table(TABLE_LP_IV_OBJECTIVE);