mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=21851
This commit is contained in:
parent
21d1d5375a
commit
1dca36cdc3
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue