*** empty log message ***

svn path=/trunk/boinc/; revision=619
This commit is contained in:
Eric Heien 2002-11-15 20:33:27 +00:00
parent 98d9dc807d
commit c08b45c819
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);