mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1965
This commit is contained in:
parent
611f8412d7
commit
0ab5b5f1f2
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue