[P2-php-svn] [736] 「 > 写」でスレッドURLがおかしくなっていたのを修正した。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 12月 2日 (水) 19:13:26 JST


Revision: 736
          http://sourceforge.jp/projects/p2-php/svn/view?view=rev&revision=736
Author:   akid
Date:     2009-12-02 19:13:26 +0900 (Wed, 02 Dec 2009)

Log Message:
-----------
「>写」でスレッドURLがおかしくなっていたのを修正した。

Modified Paths:
--------------
    p2/trunk/read_copy_k.php


-------------- next part --------------
Modified: p2/trunk/read_copy_k.php
===================================================================
--- p2/trunk/read_copy_k.php	2009-10-16 05:53:22 UTC (rev 735)
+++ p2/trunk/read_copy_k.php	2009-12-02 10:13:26 UTC (rev 736)
@@ -52,10 +52,7 @@
 $ttitle_en  = base64_encode($ttitle);
 $moto_url   = $aThread->getMotoThread(true);
 $moto_url_k = $aThread->getMotoThread();
-if ($quote) {
-    $moto_url .= $resid;
-    $moto_url_k .= $resid;
-}
+
 if ($moto_url != $moto_url_k) {
     $moto_url_k_ht = sprintf('<input type="text" name="dummy_moto_url_k" value="%s"><br>', hs($moto_url_k));
 }



P2-php-svn メーリングリストの案内
Back to archive index