merge from 19_STABLE

This commit is contained in:
scyrma 2008-02-06 06:18:06 +00:00
parent f3951c0a6e
commit a040b67d73

View File

@ -5473,7 +5473,7 @@ function get_list_of_countries() {
}
if (!empty($string)) {
asort($string);
uasort($string, 'strcoll');
}
return $string;