diff --git a/html/user/download.inc b/html/user/download.inc index 4b865adf5a..1ae442d808 100644 --- a/html/user/download.inc +++ b/html/user/download.inc @@ -22,7 +22,7 @@ function print_download_links() { start_table(); echo "Computer typeVersion\n"; - $result = mysql_query("select * from platform"); + $result = mysql_query("select * from platform order by name"); while ($platform = mysql_fetch_object($result)) { platform_downloads($platform); }