|
|
@ -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. |
|
|
|