Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77105 - website/public_html/live/doc
From: dnljms_at_[hidden]
Date: 2012-02-24 05:50:21


Author: danieljames
Date: 2012-02-24 05:50:20 EST (Fri, 24 Feb 2012)
New Revision: 77105
URL: http://svn.boost.org/trac/boost/changeset/77105

Log:
Website: Temporarily disable version check.
Text files modified:
   website/public_html/live/doc/display_libs.php | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: website/public_html/live/doc/display_libs.php
==============================================================================
--- website/public_html/live/doc/display_libs.php (original)
+++ website/public_html/live/doc/display_libs.php 2012-02-24 05:50:20 EST (Fri, 24 Feb 2012)
@@ -87,7 +87,7 @@
     strpos($location['version'], 'snapshot') !== FALSE;
 
 $compare_version = boost_compare_version($location['version']);
-
+/*
 if (!$beta_docs && $compare_version === 1) {
     file_not_found($location['file'],
         "Documentation for this version has not been uploaded yet. ".
@@ -95,6 +95,7 @@
         "you can see the documentation for a beta version or snapshot in the download.");
     return;
 }
+ */
 
 display_from_archive(
   $location,


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk