Quick Updates

svn path=/trunk/boinc/; revision=15937
This commit is contained in:
Rom Walton 2008-08-24 16:30:06 +00:00
parent 846087cba9
commit a031492c36
1 changed files with 1 additions and 1 deletions

View File

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