*** empty log message ***

svn path=/trunk/boinc/; revision=1965
This commit is contained in:
Karl Chen 2003-08-04 22:55:39 +00:00
parent 611f8412d7
commit 0ab5b5f1f2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function print_download_links() {
start_table();
echo "<tr><th>Computer type</th><td>Version</th></tr>\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);
}