Procedural File: course.lib.php
Source Location: /main/inc/lib/course.lib.php
Page Details:
This is the course library for Dokeos.
All main course functions should be placed here. Many functions of this library deal with providing support for virtual/linked/combined courses (this was already used in several universities but not available in standard Dokeos). The implementation changed, initially a course was a real course if target_course_code was 0 , this was changed to NULL. There are probably some places left with the wrong code.
Tags:
Includes:
NOT_VISIBLE_NO_SUBSCRIPTION_ALLOWED [line 136]
NOT_VISIBLE_SUBSCRIPTION_ALLOWED [line 137]
VISIBLE_NO_SUBSCRIPTION_ALLOWED [line 139]
VISIBLE_SUBSCRIPTION_ALLOWED [line 138]
|