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

Dirk Haun dhaun at qs1489.pair.com
Thu Jun 7 11:05:09 EDT 2007


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

Modified Files:
	rdf.feed.class.php 
Log Message:
Missing namespace for mod_content


Index: rdf.feed.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/syndication/rdf.feed.class.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rdf.feed.class.php	6 Nov 2005 12:15:37 -0000	1.5
--- rdf.feed.class.php	7 Jun 2007 15:05:07 -0000	1.6
***************
*** 111,114 ****
--- 111,115 ----
        $this->namespaces[] = 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"';
        $this->namespaces[] = 'xmlns="http://purl.org/rss/1.0/"';
+       $this->namespaces[] = 'xmlns:content="http://purl.org/rss/1.0/modules/content/"';
        $xml .= '<rdf:RDF'.$this->_injectNamespaces().">\n";
        $xml .= "<channel  rdf:about=\"{$this->feedlogo}\">\n";




More information about the geeklog-cvs mailing list