From a1ae3a73a50c9d8033c1214ed69e1c7bb78265a2 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Mon, 11 Nov 2002 09:01:13 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=594 --- html/user/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/download.php b/html/user/download.php index 7a7032977d..e46da04611 100644 --- a/html/user/download.php +++ b/html/user/download.php @@ -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);