From: moodler Date: Mon, 23 Aug 2004 12:04:55 +0000 (+0000) Subject: Fixed a typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=64eba17e786ee03015061af1a0a1898a96fa97fc;p=moodle.git Fixed a typo --- diff --git a/enrol/database/enrol.php b/enrol/database/enrol.php index 8cf26caea5..4fb3617fbe 100644 --- a/enrol/database/enrol.php +++ b/enrol/database/enrol.php @@ -17,7 +17,7 @@ class enrolment_plugin extends enrolment_base { function get_student_courses(&$user) { global $CFG; - parent::get_student_records($user); + parent::get_student_courses($user); // This is a hack to workaround what seems to be a bug in ADOdb with accessing