mirror of https://github.com/BOINC/boinc.git
parent
846087cba9
commit
a031492c36
|
@ -139,7 +139,7 @@ function show_platform_xml($short_name, $p, $dev) {
|
|||
// show only those builds that have been around for over
|
||||
// two weeks. Gives us time to address any showstoppers
|
||||
// found by the early adopters
|
||||
if (!$dev && ((time() - strtotime($v["date"])) >= 86400*14)) continue;
|
||||
if (!$dev && ((time() - strtotime($v["date"])) <= 86400*14)) continue;
|
||||
show_version_xml($v, $p);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue