Skip to content

Commit

Permalink
Update class.ilSoapCourseAdministration.php : we should not delete th…
Browse files Browse the repository at this point in the history
…e user's meta data when we update a course
  • Loading branch information
waddahadel authored May 15, 2024
1 parent 1e53b39 commit d98a05f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public function updateCourse($sid, $course_id, $xml)
$md->deleteAll();

include_once 'Modules/Course/classes/class.ilCourseParticipants.php';
ilCourseParticipants::_deleteAllEntries($tmp_course->getId());
// ilCourseParticipants::_deleteAllEntries($tmp_course->getId());


include_once 'Modules/Course/classes/class.ilCourseWaitingList.php';
Expand Down

0 comments on commit d98a05f

Please sign in to comment.