]> git.mjollnir.org Git - moodle.git/commitdiff
Merged fix from stable
authormoodler <moodler>
Tue, 28 Dec 2004 02:46:47 +0000 (02:46 +0000)
committermoodler <moodler>
Tue, 28 Dec 2004 02:46:47 +0000 (02:46 +0000)
enrol/paypal/enrol.php

index 4b1037765754f9c6dc30946e04325ef8d6615b4a..5a0a595792a4aafba6d5927fb1b1b62b8d68ff8e 100644 (file)
@@ -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;