[pLog-svn] r4564 - plugins/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Jan 19 13:02:39 GMT 2007


Author: oscar
Date: 2007-01-19 13:02:39 +0000 (Fri, 19 Jan 2007)
New Revision: 4564

Modified:
   plugins/trunk/atom.php
Log:
updated version to work with LT 1.2


Modified: plugins/trunk/atom.php
===================================================================
--- plugins/trunk/atom.php	2007-01-19 12:59:11 UTC (rev 4563)
+++ plugins/trunk/atom.php	2007-01-19 13:02:39 UTC (rev 4564)
@@ -7,11 +7,12 @@
     if (!defined( "PLOG_CLASS_PATH" )) {
         define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
     }
+
+	include_once( PLOG_CLASS_PATH."class/bootstrap.php" );
     	 
-	include_once( PLOG_CLASS_PATH."plugins/atom/class/xml/atom/atomserver.class.php" );
-	include_once( PLOG_CLASS_PATH."plugins/atom/class/logger/atomlogger.class.php" );
-    include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
-
+	lt_include( PLOG_CLASS_PATH."plugins/atom/class/xml/atom/atomserver.class.php" );
+	lt_include( PLOG_CLASS_PATH."plugins/atom/class/logger/atomlogger.class.php" );
+    lt_include( PLOG_CLASS_PATH."class/config/config.class.php" );
 	
 	// some of our settings are in the configuration
 	$config =& Config::getConfig();	



More information about the pLog-svn mailing list