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:
stronk7 2004-02-01 12:07:36 +00:00
parent 612250d025
commit 0180f73f48

View file

@ -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);