[pLog-svn] r1723 - plog/branches/plog-1.1-ben/class/xml/rssparser

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 00:00:22 GMT 2005


Author: ork
Date: 2005-04-05 00:00:20 +0000 (Tue, 05 Apr 2005)
New Revision: 1723

Modified:
   plog/branches/plog-1.1-ben/class/xml/rssparser/rssparser.class.php
Log:
and again some includes


Modified: plog/branches/plog-1.1-ben/class/xml/rssparser/rssparser.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/xml/rssparser/rssparser.class.php	2005-04-04 23:59:43 UTC (rev 1722)
+++ plog/branches/plog-1.1-ben/class/xml/rssparser/rssparser.class.php	2005-04-05 00:00:20 UTC (rev 1723)
@@ -1,12 +1,11 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/object/object.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/rsschannel.class.php" );
-	include_once( PLOG_CLASS_PATH."class/xml/rssparser/rssitem.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" );
 
     /**
      * \ingroup XML
@@ -64,6 +63,8 @@
          */
 		function parse( $rssFeed )
 		{
+	        include_once( PLOG_CLASS_PATH."class/xml/rssparser/rsschannel.class.php" );
+
 			$rss = fetch_rss( $rssFeed );
 
 			if( !$rss )




More information about the pLog-svn mailing list