[geeklog-cvs] Geeklog-1.x/system/classes/syndication rdf.feed.class.php, 1.6, 1.7

Dirk Haun dhaun at qs1489.pair.com
Thu Jun 7 11:08:36 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes/syndication
In directory qs1489.pair.com:/tmp/cvs-serv23293

Modified Files:
	rdf.feed.class.php 
Log Message:
Fixed syntax error


Index: rdf.feed.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/syndication/rdf.feed.class.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** rdf.feed.class.php	7 Jun 2007 15:05:07 -0000	1.6
--- rdf.feed.class.php	7 Jun 2007 15:08:34 -0000	1.7
***************
*** 88,94 ****
          }
        }
!       if( is_array( $article->extensions ) )
        {
!         foreach( $article->extensions as $extendingTag )
          {
              $xml .= "$extendingTag\n";
--- 88,94 ----
          }
        }
!       if( is_array( $article['extensions'] ) )
        {
!         foreach( $article['extensions'] as $extendingTag )
          {
              $xml .= "$extendingTag\n";




More information about the geeklog-cvs mailing list