mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Some stubs for later
This commit is contained in:
parent
d846e50acc
commit
960ab433ef
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user