Boost logo

Boost-Commit :

From: grafik_at_[hidden]
Date: 2007-05-01 22:28:28


Author: grafik
Date: 2007-05-01 22:28:27 EDT (Tue, 01 May 2007)
New Revision: 143
URL: http://svn.boost.org/trac/boost/changeset/143

Log:

Text files modified:
   website/public_html/beta/common/code/feed.php | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/common/code/feed.php
==============================================================================
--- website/public_html/beta/common/code/feed.php (original)
+++ website/public_html/beta/common/code/feed.php 2007-05-01 22:28:27 EDT (Tue, 01 May 2007)
@@ -44,7 +44,7 @@
         xml_parse_into_struct($parser, $xml, $values);
         xml_parser_free($parser);
         
- ##print '<!-- '; print_r($values); print ' -->';
+ print '<!-- '; print_r($values); print ' -->';
         
         $item = NULL;
         foreach ( $values as $key => $val )


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