[geeklog-jp commit] r1340 - r1331の修正をマージします。

Back to archive index

codes****@googl***** codes****@googl*****
2009年 3月 25日 (水) 23:51:36 JST


Author: tacahi
Date: Wed Mar 25 07:30:29 2009
New Revision: 1340

Modified:
    branches/geeklog-1.5.1-jp/system/lib-trackback.php   (contents, props  
changed)

Log:
r1331の修正をマージします。

	トラックバックの送信に失敗するバグに対応しました。


Modified: branches/geeklog-1.5.1-jp/system/lib-trackback.php
==============================================================================
--- branches/geeklog-1.5.1-jp/system/lib-trackback.php	(original)
+++ branches/geeklog-1.5.1-jp/system/lib-trackback.php	Wed Mar 25 07:30:29  
2009
@@ -773,8 +773,8 @@
          return $LANG_TRB['error_socket'];
      }

-    $toSend = 'url=' . rawurlencode ($url) . '&title=' . rawurlencode  
($title)
-            . '&blog_name=' . rawurlencode ($blog) . '&excerpt='
+    $toSend = 'url=' . rawurlencode ($url) . '&title=' . rawurlencode  
($title)
+            . '&blog_name=' . rawurlencode ($blog) . '&excerpt='
              . rawurlencode ($excerpt);
      $charset = COM_getCharset ();




Geeklogjp-changes メーリングリストの案内
Back to archive index