*** empty log message ***

svn path=/trunk/boinc/; revision=594
This commit is contained in:
Eric Heien 2002-11-11 09:01:13 +00:00
parent 54a86ba658
commit a1ae3a73a5
1 changed files with 1 additions and 1 deletions

View File

@ -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);