From 960ab433efb9917aa5a44e35f54250b569771f30 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 25 Jul 2004 14:22:01 +0000 Subject: [PATCH] Some stubs for later --- enrol/enrol.class.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/enrol/enrol.class.php b/enrol/enrol.class.php index be2701cefdb..cc1a20af46d 100644 --- a/enrol/enrol.class.php +++ b/enrol/enrol.class.php @@ -238,7 +238,10 @@ function check_entry($form, $course) { * * @param page an object containing all the data for this page */ -function print_config($page) { +function config_form($page) { + + return ""; + } @@ -250,6 +253,9 @@ function print_config($page) { * @param config all the configuration data as entered by the admin */ function process_config($config) { + + return true; + }