mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
removed unused code
This commit is contained in:
parent
cf41dc372e
commit
c575aaf012
1 changed files with 0 additions and 2 deletions
|
@ -3630,7 +3630,6 @@ function update_course($data, $editoroptions = NULL) {
|
||||||
function average_number_of_participants() {
|
function average_number_of_participants() {
|
||||||
global $DB;
|
global $DB;
|
||||||
return 0;
|
return 0;
|
||||||
return $avg;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -3640,7 +3639,6 @@ function average_number_of_participants() {
|
||||||
function average_number_of_courses_modules() {
|
function average_number_of_courses_modules() {
|
||||||
global $DB;
|
global $DB;
|
||||||
return 0;
|
return 0;
|
||||||
return $avg;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue