From 1dca36cdc3902c0b4ad4e380c781961d4946c132 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 30 Jun 2010 20:14:36 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=21851 --- html/user/host_app_versions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/host_app_versions.php b/html/user/host_app_versions.php index 26adec7282..5f130e4c74 100644 --- a/html/user/host_app_versions.php +++ b/html/user/host_app_versions.php @@ -48,7 +48,7 @@ $havs = BoincHostAppVersion::enum("host_id=$hostid"); page_head("Application info for host $hostid"); start_table(); foreach ($havs as $hav) { - if (!$hav->pfc_n) continue; + //if (!$hav->pfc_n) continue; show_hav($hav); } end_table();