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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Oct 22 17:46:28 GMT 2006


Author: oscar
Date: 2006-10-22 17:46:27 +0000 (Sun, 22 Oct 2006)
New Revision: 4157

Modified:
   plog/trunk/tools/tbgen.php
Log:
and the trackback generator too


Modified: plog/trunk/tools/tbgen.php
===================================================================
--- plog/trunk/tools/tbgen.php	2006-10-22 17:44:59 UTC (rev 4156)
+++ plog/trunk/tools/tbgen.php	2006-10-22 17:46:27 UTC (rev 4157)
@@ -4,7 +4,8 @@
     define( "PLOG_CLASS_PATH", dirname(__FILE__)."/../");
 }
     
-include_once( PLOG_CLASS_PATH."class/net/http/httpclient.class.php"  );
+include_once( PLOG_CLASS_PATH."class/bootstrap.php" );
+lt_include( PLOG_CLASS_PATH."class/net/http/httpclient.class.php"  );
 
 if( isset( $_POST["sendTb"] )) {
     // get the information from the request and send the trackback



More information about the pLog-svn mailing list