mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=594
This commit is contained in:
parent
54a86ba658
commit
a1ae3a73a5
|
@ -28,7 +28,7 @@ function platform_downloads($platform, $core_app) {
|
|||
db_init();
|
||||
page_head("Download the BOINC client");
|
||||
|
||||
$result = mysql_query("select * from app where name='core client'");
|
||||
$result = mysql_query("select * from app where name='core_client'");
|
||||
$core_app = mysql_fetch_object($result);
|
||||
mysql_free_result($result);
|
||||
|
||||
|
|
Loading…
Reference in New Issue