From 0180f73f4801c9c1201db032d90d13ef530f8a34 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 1 Feb 2004 12:07:36 +0000 Subject: [PATCH] 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... --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 41dfbbb261..2a2bb4fe2a 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -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); -- 2.39.5