]> git.mjollnir.org Git - moodle.git/commitdiff
Now, this function can be called twice from the same page.
authorstronk7 <stronk7>
Sun, 1 Feb 2004 12:07:36 +0000 (12:07 +0000)
committerstronk7 <stronk7>
Sun, 1 Feb 2004 12:07:36 +0000 (12:07 +0000)
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

index 41dfbbb261a0e7a5403e33bfb2254d87a8e33916..2a2bb4fe2a8a9d218c7390bdc162133ab7b9863f 100644 (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);