From a040b67d73ef0634c06d7cbbf776b1f2dbd065b5 Mon Sep 17 00:00:00 2001 From: scyrma Date: Wed, 6 Feb 2008 06:18:06 +0000 Subject: [PATCH] merge from 19_STABLE --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 5da35c6adaa..6b6b8ec038f 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -5473,7 +5473,7 @@ function get_list_of_countries() { } if (!empty($string)) { - asort($string); + uasort($string, 'strcoll'); } return $string;