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