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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Apr 17 18:27:29 GMT 2005


Author: oscar
Date: 2005-04-17 18:27:29 +0000 (Sun, 17 Apr 2005)
New Revision: 1856

Modified:
   plog/trunk/tools/tbgen.php
Log:
fixed one small bug


Modified: plog/trunk/tools/tbgen.php
===================================================================
--- plog/trunk/tools/tbgen.php	2005-04-17 17:40:45 UTC (rev 1855)
+++ plog/trunk/tools/tbgen.php	2005-04-17 18:27:29 UTC (rev 1856)
@@ -10,7 +10,7 @@
     // get the information from the request and send the trackback
     $tbUrl = $_POST["tbUrl"];
     $tbBlogName = $_POST["tbBlogName"];
-    $tbBlogUrl = $_POST["tbTitle"];
+    $tbBlogUrl = $_POST["tbBlogUrl"];
     $tbText = $_POST["tbText"];
     $tbTitle = $_POST["tbTitle"];
     




More information about the pLog-svn mailing list