|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-12-18 13:51:46
Author: grafik
Date: 2007-12-18 13:51:46 EST (Tue, 18 Dec 2007)
New Revision: 42142
URL: http://svn.boost.org/trac/boost/changeset/42142
Log:
Stupid Rene forgot to change one reference to archive_file :-(
Text files modified:
website/public_html/beta/development/testing_results.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/development/testing_results.php
==============================================================================
--- website/public_html/beta/development/testing_results.php (original)
+++ website/public_html/beta/development/testing_results.php 2007-12-18 13:51:46 EST (Tue, 18 Dec 2007)
@@ -1,7 +1,7 @@
<?php
require_once(dirname(__FILE__) . '/../common/code/boost_archive.php');
-$_file = new archive_file(
+$_file = new boost_archive(
'/^[\/]([^\/]+)[\/](.*)$/',$_SERVER["PATH_INFO"],array(),
true, // we always want raw output
false, // the result zips don't have the tag subdir
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