moodle/enrol
2005-11-24 13:07:35 +00:00
..
authorize an_review_day can not be negative. 2005-11-24 13:07:35 +00:00
database Merged from MOODLE_15_STABLE - Fix for bug 4031 -- fix typo 2005-09-07 23:24:29 +00:00
flatfile Tabs are out 2005-05-16 22:22:31 +00:00
internal Slightly better, at least it validates now 2005-03-04 02:14:44 +00:00
ldap Fixed a wrong call to add_teacher in LDAP plugin (Merged from MOODLE_15_STABLE) 2005-11-02 20:35:32 +00:00
paypal Fixed a mis-usage (typo?) of get_admin() in paypal module. (Merged from MOODLE_15_STABLE) 2005-10-27 02:20:59 +00:00
enrol.class.php Used a proper function to update configuration setting 2005-10-04 21:38:40 +00:00
index.html Stop people browsing enrolment modules 2005-01-23 04:17:41 +00:00
README.txt Enrolment architecture version 0.5 ! 2004-06-25 03:28:12 +00:00

ENROLMENT MODULES
-----------------

(Yes, that's the correct English spelling  ;-) )

enrol.class.php contains the base class and explains 
all the possible functions that an enrolment module 
can have.

Each plugin is in a subfolder here and extends the
base class as necessary.


Martin Dougiamas and Shane Elliott, Moodle.com