Quick Updates

svn path=/trunk/boinc/; revision=15935
This commit is contained in:
Rom Walton 2008-08-24 16:22:56 +00:00
parent d8d524428b
commit 1cab3cf260
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() - strtodate($v["date"])) >= 86400*14)) continue;
//if (!$dev && ((time() - strtodate($v["date"])) >= 86400*14)) continue;
show_version_xml($v, $p);
}
}