From: stronk7 Date: Sun, 1 Feb 2004 12:07:36 +0000 (+0000) Subject: Now, this function can be called twice from the same page. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0180f73f4801c9c1201db032d90d13ef530f8a34;p=moodle.git 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... --- 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);