From 0ab5b5f1f244b3536a0fd2e52aa7be81db029dfb Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Mon, 4 Aug 2003 22:55:39 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1965 --- html/user/download.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }