]> git.mjollnir.org Git - moodle.git/commit
* Update record as soon as possible. If update/insert record fails email to admin...
authorethem <ethem>
Mon, 24 Jul 2006 12:19:20 +0000 (12:19 +0000)
committerethem <ethem>
Mon, 24 Jul 2006 12:19:20 +0000 (12:19 +0000)
commitfc9e83ed5c09e4c07865baef0307cd7b1bae9b1f
treefa983bdc640336abde9dc050376f92b1580b8281
parentb245d2e70787aeb105bc7f45e5ea3b555a919005
 * Update record as soon as possible. If update/insert record fails email to admin to have update manually.
 * ignore_user_abort(true) at critical section (before fwrite($fp, "POST /gateway/transact.dll).
   This is last change to ignore request for user.
 * Made some functions "static" to call function directly. So, no need new enrolment_plugin_authorize() instance.
   Now, these are static:
   get_list_of_creditcards, zero_cost, get_course_cost, prevent_double_paid, email_to_admin, check_openssl_loaded
 * Some mtrace cleanup. Removed default new line.

This is big work. When PHP5 is required for moodle in the future, I will add static modifier to functions.
Now and future, this plugin is/will unbreakable; Merged from MOODLE_16_STABLE. :)
enrol/authorize/authorizenetlib.php
enrol/authorize/config.html
enrol/authorize/enrol.html
enrol/authorize/enrol.php
enrol/authorize/locallib.php