]> 4ch.mooo.com Git - test.git/commitdiff
modified: config.php
authorsparky4 <sparky4@4ch.irc.su>
Thu, 17 May 2012 21:48:01 +0000 (16:48 -0500)
committersparky4 <sparky4@4ch.irc.su>
Thu, 17 May 2012 21:48:01 +0000 (16:48 -0500)
modified:   yotsubanome.php

config.php
yotsubanome.php

index 53f94da39a18c0b69cef0daa6f12ae007caa55d4..f9f0730097460017c6c040431c701ac8e750876e 100755 (executable)
@@ -53,6 +53,9 @@ TODO:
 
 ChangeLog:
 ----------------------
+2012/5/17
+-[yotsubanome.php] fixed a bug at line 1398
+
 2011/3/21
 -[config.php & yotsubanome.php] time system is more flexible
 
index 09d5e61d9631a12842bfbcad92991c085fb23c88..ef3a8da1be072ce8ce7a6a165fabaa8427b2d725 100755 (executable)
@@ -1395,7 +1395,7 @@ function searchCategory(){
        $dat .= "<div>$links</div>\n";
        for($i = 0; $i < $loglist_cut_count; $i++){
                $posts = $PIO->fetchPosts($loglist_cut[$i]); // 取得文章內容
-               $dat .= arrangeThread($PTE, ($posts[0]['resto'] ? $posts[0]['resto'] : $posts[0]['no']), null, $posts, 0, $loglist_cut[$i], array(), array(), false, false, false); // 逐個輸出 (引用連結不顯示)
+               $dat .= arrangeThread($PTE, ($posts[0]['resto'] ? $posts[0]['resto'] : $posts[0]['no']), null, $posts, 0, $loglist_cut[$i], array(), array(), false, false, false, 0, 0, 0, 0, 0); // 逐個輸出 (引用連結不顯示)
        }
 
        $dat .= '<table border="1"><tr>';