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