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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed May 10 14:31:53 GMT 2006


Author: oscar
Date: 2006-05-10 14:31:53 +0000 (Wed, 10 May 2006)
New Revision: 3379

Modified:
   plog/trunk/tools/tbgen.php
Log:
the trackback generation script will now also show the result of the trackback


Modified: plog/trunk/tools/tbgen.php
===================================================================
--- plog/trunk/tools/tbgen.php	2006-05-10 14:31:27 UTC (rev 3378)
+++ plog/trunk/tools/tbgen.php	2006-05-10 14:31:53 UTC (rev 3379)
@@ -22,6 +22,11 @@
     $formVars["blog_name"] = $tbBlogName;
     $tbSent = $c->submit( $tbUrl, $formVars );
     $formSubmit = true;
+    
+    print("XML Response<br/>");
+    print("<pre>");
+    print(htmlentities($c->results));
+    print("</pre>");
 }
 else {
     $tbUrl = "";



More information about the pLog-svn mailing list