mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
04ad0d91e8
some diacritics (spanish for now) break the enrol process. Only German and French diacritics are supported for now by PayPal. Functionality can be easily expanded to other characters. It make the sanitity when $CFG->sanitise_for_paypal is enabled. Merged from MOODLE_14_STABLE
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