From 1b1a5f7ec28b8397df8649a424395b6c65063cf7 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 28 Dec 2004 02:46:47 +0000 Subject: [PATCH] Merged fix from stable --- enrol/paypal/enrol.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/enrol/paypal/enrol.php b/enrol/paypal/enrol.php index 4b103776575..5a0a595792a 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;