From 1cab3cf2606ff5d0a750ed40f909c20641189b38 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sun, 24 Aug 2008 16:22:56 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=15935 --- doc/download_all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/download_all.php b/doc/download_all.php index 6cdb7c8a64..63c2c7b049 100644 --- a/doc/download_all.php +++ b/doc/download_all.php @@ -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); } }