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

Reto Hugi plog at hugi.to
Mon Jan 29 16:32:32 EST 2007


yes, of course. I saw it, but forgot it immediately :)

On 01/29/2007 09:52 PM, Oscar Renalias wrote:
> I assume you wanted to check this into 1.2, but I moved it a couple  
> of days ago to its own branch because it's already in bugfix-only  
> mode and because I wanted to experiment with the trunk a little  
> (already!) The correct branch is http://devel.lifetype.net/svn/plog/ 
> plog/branches/lifetype-1.2. I just did the same with plugins (http:// 
> devel.lifetype.net/svn/plog/plugins/branches/lifetype-1.2) and  
> templates (http://devel.lifetype.net/svn/plog/templates/branches/ 
> lifetype-1.2)
> 
> Sorry about the confusion :-)
> 
> On 29 Jan 2007, at 22:50, reto at devel.lifetype.net wrote:
> 
>> 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 );
>>
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://limedaley.com/mailman/listinfo/plog-svn
>>
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list