|
@@ -63,6 +63,11 @@ define('COURSE_VISIBILITY_OPEN_WORLD', 3);
|
|
|
/** Invisible to all except admin */
|
|
|
define('COURSE_VISIBILITY_HIDDEN', 4);
|
|
|
|
|
|
+define('COURSE_REQUEST_PENDING', 0);
|
|
|
+define('COURSE_REQUEST_ACCEPTED', 1);
|
|
|
+define('COURSE_REQUEST_REJECTED', 2);
|
|
|
+define('DELETE_ACTION_ENABLED', false);
|
|
|
+
|
|
|
// SESSION VISIBILITY CONSTANTS
|
|
|
define('SESSION_VISIBLE_READ_ONLY', 1);
|
|
|
define('SESSION_VISIBLE', 2);
|