From: moodler Date: Tue, 28 Dec 2004 02:46:47 +0000 (+0000) Subject: Merged fix from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1b1a5f7ec28b8397df8649a424395b6c65063cf7;p=moodle.git Merged fix from stable --- diff --git a/enrol/paypal/enrol.php b/enrol/paypal/enrol.php index 4b10377657..5a0a595792 100644 --- a/enrol/paypal/enrol.php +++ b/enrol/paypal/enrol.php @@ -51,13 +51,6 @@ function print_entry($course) { -/// Override the base check_entry() function -/// This should never be called for this type of enrolment anyway -function check_entry($form, $course) { -} - - - /// Override the get_access_icons() function function get_access_icons($course) { global $CFG;