forked from ZwiiCMS-Team/ZwiiCampus
supprime l'inscription manuelle
This commit is contained in:
parent
0ecbb74b42
commit
98af4e8d72
@ -40,7 +40,7 @@ class course extends common
|
|||||||
self::COURSE_ENROLMENT_GUEST => 'Anonyme',
|
self::COURSE_ENROLMENT_GUEST => 'Anonyme',
|
||||||
self::COURSE_ENROLMENT_SELF => 'Auto-inscrition libre',
|
self::COURSE_ENROLMENT_SELF => 'Auto-inscrition libre',
|
||||||
self::COURSE_ENROLMENT_SELF_KEY => 'Auto-inscription avec clé',
|
self::COURSE_ENROLMENT_SELF_KEY => 'Auto-inscription avec clé',
|
||||||
self::COURSE_ENROLMENT_MANUAL => 'Manuelle'
|
//self::COURSE_ENROLMENT_MANUAL => 'Manuelle'
|
||||||
];
|
];
|
||||||
|
|
||||||
public static $courseTeachers = [];
|
public static $courseTeachers = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user