mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Now, this function can be called twice from the same page.
In participants list, when showing teaches, the country of the students was not showed. Please, check. I haven't found problems with this, but...
This commit is contained in:
parent
612250d025
commit
0180f73f48
1 changed files with 1 additions and 1 deletions
|
@ -1679,7 +1679,7 @@ function get_list_of_countries() {
|
|||
}
|
||||
}
|
||||
|
||||
include_once("$CFG->dirroot/lang/$lang/countries.php");
|
||||
include("$CFG->dirroot/lang/$lang/countries.php");
|
||||
|
||||
if (!empty($string)) {
|
||||
asort($string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue