[pLog-svn] r4614 - plog/branches/lifetype-1.2/tools

reto at devel.lifetype.net reto at devel.lifetype.net
Mon Jan 29 16:41:54 EST 2007


Author: reto
Date: 2007-01-29 16:41:54 -0500 (Mon, 29 Jan 2007)
New Revision: 4614

Modified:
   plog/branches/lifetype-1.2/tools/generateData.php
Log:
same as r4711 but to the 1.2 branch

Modified: plog/branches/lifetype-1.2/tools/generateData.php
===================================================================
--- plog/branches/lifetype-1.2/tools/generateData.php	2007-01-29 20:53:10 UTC (rev 4613)
+++ plog/branches/lifetype-1.2/tools/generateData.php	2007-01-29 21:41:54 UTC (rev 4614)
@@ -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