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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Feb 14 15:51:50 GMT 2005


Author: oscar
Date: 2005-02-14 15:51:49 +0000 (Mon, 14 Feb 2005)
New Revision: 1072

Modified:
   plog/trunk/class/xml/rssparser/rssparser.class.php
Log:
fixed one issue with the include paths...


Modified: plog/trunk/class/xml/rssparser/rssparser.class.php
===================================================================
--- plog/trunk/class/xml/rssparser/rssparser.class.php	2005-02-14 15:40:54 UTC (rev 1071)
+++ plog/trunk/class/xml/rssparser/rssparser.class.php	2005-02-14 15:51:49 UTC (rev 1072)
@@ -1,9 +1,9 @@
 <?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_fetch.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" );




More information about the pLog-svn mailing list