Feature #2099 - CourseManager class: Preparing the file for changes - tabs are converted automatically to 4 spaces.

skala
Ivan Tcholakov 14 years ago
parent bd3df8f950
commit 154c125c05
  1. 6
      main/inc/lib/course.lib.php

@ -2,13 +2,13 @@
/* For licensing terms, see /license.txt*/ /* For licensing terms, see /license.txt*/
/** /**
* This is the course library for Dokeos. * This is the course library for Chamilo.
* *
* All main course functions should be placed here. * All main course functions should be placed here.
*
* Many functions of this library deal with providing support for * Many functions of this library deal with providing support for
* virtual/linked/combined courses (this was already used in several universities * virtual/linked/combined courses (this was already used in several universities
* but not available in standard Dokeos). * but not available in standard Chamilo).
* *
* The implementation changed, initially a course was a real course * The implementation changed, initially a course was a real course
* if target_course_code was 0 , this was changed to NULL. * if target_course_code was 0 , this was changed to NULL.

Loading…
Cancel
Save