Browse Source

Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

Angel Fernando Quiroz Campos 7 years ago
parent
commit
311405284e
2 changed files with 1 additions and 2 deletions
  1. 1 1
      main/admin/user_import.php
  2. 0 1
      main/inc/lib/course.lib.php

+ 1 - 1
main/admin/user_import.php

@@ -1,4 +1,4 @@
-*<?php
+<?php
 /* For licensing terms, see /license.txt */
 /**
  * This tool allows platform admins to add users by uploading a CSV or XML file

+ 0 - 1
main/inc/lib/course.lib.php

@@ -2345,7 +2345,6 @@ class CourseManager
             // Skills
             $table = Database::get_main_table(TABLE_MAIN_SKILL_REL_USER);
             $argumentation = Database::escape_string(sprintf(get_lang('SkillFromCourseXDeletedSinceThen'), $course['code']));
-            error_log($argumentation);
             $sql = "UPDATE $table SET course_id = NULL, session_id = NULL, argumentation = '$argumentation' WHERE course_id = $courseId";
             Database::query($sql);