[pLog-svn] r2862 - plog/trunk/class/xml/rssparser

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jan 26 23:54:46 GMT 2006


Author: oscar
Date: 2006-01-26 23:54:45 +0000 (Thu, 26 Jan 2006)
New Revision: 2862

Modified:
   plog/trunk/class/xml/rssparser/rssparser.class.php
Log:
added a missing include


Modified: plog/trunk/class/xml/rssparser/rssparser.class.php
===================================================================
--- plog/trunk/class/xml/rssparser/rssparser.class.php	2006-01-26 23:54:30 UTC (rev 2861)
+++ plog/trunk/class/xml/rssparser/rssparser.class.php	2006-01-26 23:54:45 UTC (rev 2862)
@@ -1,12 +1,4 @@
-<?php
-
-	
-//  include_once( PLOG_CLASS_PATH."class/xml/rssparser/magpierss/rss_fetch.inc" );	
-//  include_once( PLOG_CLASS_PATH."class/xml/rssparser/magpierss/rss_cache.inc" );
-//  include_once( PLOG_CLASS_PATH."class/xml/rssparser/magpierss/rss_parse.inc" );
-//  include_once( PLOG_CLASS_PATH."class/xml/rssparser/magpierss/rss_utils.inc" );
-//  include_once( PLOG_CLASS_PATH."class/xml/rssparser/rssitem.class.php" );
-
+<?php	
     /**
      * \ingroup XML
      *
@@ -64,6 +56,11 @@
 		function parse( $rssFeed )
 		{
 	        include_once( PLOG_CLASS_PATH."class/xml/rssparser/rsschannel.class.php" );
+	        include_once( PLOG_CLASS_PATH."class/xml/rssparser/magpierss/rss_fetch.inc" );	
+            include_once( PLOG_CLASS_PATH."class/xml/rssparser/magpierss/rss_cache.inc" );
+            include_once( PLOG_CLASS_PATH."class/xml/rssparser/magpierss/rss_parse.inc" );
+            include_once( PLOG_CLASS_PATH."class/xml/rssparser/magpierss/rss_utils.inc" );
+            include_once( PLOG_CLASS_PATH."class/xml/rssparser/rssitem.class.php" );
 
 			$rss = fetch_rss( $rssFeed );
 



More information about the pLog-svn mailing list