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