From b340d016c29e6501e9aa65e3c5d931acf5d55bfe Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 21 Mar 2009 03:27:18 +0000 Subject: [PATCH] - web: fix X-project links in Computer page svn path=/trunk/boinc/; revision=17643 --- checkin_notes | 6 ++++++ html/inc/host.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index a84e72fd1b..f3f50a9bd2 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3201,3 +3201,9 @@ David 20 Mar 2009 api/ boinc_api.cpp + +David 20 Mar 2009 + - web: fix X-project links in Computer page + + html/inc/ + host.inc diff --git a/html/inc/host.inc b/html/inc/host.inc index cc8bbbe62e..3f4fe5d2b6 100644 --- a/html/inc/host.inc +++ b/html/inc/host.inc @@ -109,7 +109,7 @@ function show_host($host, $user, $ipprivate) { row2("Total credit", format_credit_large($host->total_credit)); row2("Average credit", format_credit($host->expavg_credit)); if (!$anonymous) { - row2("Cross project credit", cross_project_links($x)); + row2("Cross project credit", cross_project_links($host)); } row2("CPU type", "$host->p_vendor
$host->p_model"); row2("Number of processors", $host->p_ncpus);