svn path=/trunk/boinc/; revision=21851

This commit is contained in:
David Anderson 2010-06-30 20:14:36 +00:00
parent 21d1d5375a
commit 1dca36cdc3
1 changed files with 1 additions and 1 deletions

View File

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