[pLog-svn] r4611 - plog/trunk/tools

reto at devel.lifetype.net reto at devel.lifetype.net
Mon Jan 29 15:50:09 EST 2007


Author: reto
Date: 2007-01-29 15:50:09 -0500 (Mon, 29 Jan 2007)
New Revision: 4611

Modified:
   plog/trunk/tools/generateData.php
Log:
added loader to make the generateData work again...


Modified: plog/trunk/tools/generateData.php
===================================================================
--- plog/trunk/tools/generateData.php	2007-01-29 11:02:48 UTC (rev 4610)
+++ plog/trunk/tools/generateData.php	2007-01-29 20:50:09 UTC (rev 4611)
@@ -4,6 +4,7 @@
     define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
 }
 
+include_once( PLOG_CLASS_PATH."class/object/loader.class.php" );
 lt_include( PLOG_CLASS_PATH."class/config/configfilestorage.class.php" );
 lt_include( PLOG_CLASS_PATH."class/dao/userpermissions.class.php" );
 lt_include( PLOG_CLASS_PATH."class/dao/users.class.php" );
@@ -15,8 +16,8 @@
 lt_include( PLOG_CLASS_PATH."class/dao/article.class.php" );
 lt_include( PLOG_CLASS_PATH."class/dao/articlecomments.class.php" );
 lt_include( PLOG_CLASS_PATH."class/dao/usercomment.class.php" );
-include_once( PLOG_CLASS_PATH."class/dao/trackbacks.class.php" );
-include_once( PLOG_CLASS_PATH."class/dao/trackback.class.php" );
+lt_include( PLOG_CLASS_PATH."class/dao/trackbacks.class.php" );
+lt_include( PLOG_CLASS_PATH."class/dao/trackback.class.php" );
 
 // check whether we're being run from the command line
 $commandLine = is_array( $argv );



More information about the pLog-svn mailing list