[geeklog-jp commit] r1331 - トラックバックの送信に失敗するバグに対応しました。

Back to archive index

codes****@googl***** codes****@googl*****
2009年 3月 25日 (水) 22:33:12 JST


Author: mystralkk
Date: Wed Mar 25 06:31:58 2009
New Revision: 1331

Modified:
    trunk/geeklog-1-jp/system/lib-trackback.php

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

Modified: trunk/geeklog-1-jp/system/lib-trackback.php
==============================================================================
--- trunk/geeklog-1-jp/system/lib-trackback.php	(original)
+++ trunk/geeklog-1-jp/system/lib-trackback.php	Wed Mar 25 06:31:58 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