stronk7 04ad0d91e8 Now text sent to PayPal can be 'sanitised' to avoid
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
2005-01-05 00:28:26 +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