1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00

sort list of languages by country code

This commit is contained in:
Lawrence Brown 2015-01-03 18:32:51 +00:00
parent ab8ce35a2c
commit 32df467096

View file

@ -228,6 +228,7 @@ function get_languages()
} // end while
ksort($results);
return $results;
} // get_languages