X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=yotsubanome.php;h=ef3a8da1be072ce8ce7a6a165fabaa8427b2d725;hb=cc7439e33d327d4152b916eab0b4bb5d49fafa16;hp=09d5e61d9631a12842bfbcad92991c085fb23c88;hpb=ef904c9d3e4e20deac8ce300fe864eb050ce0c17;p=test.git diff --git a/yotsubanome.php b/yotsubanome.php index 09d5e61..ef3a8da 100755 --- a/yotsubanome.php +++ b/yotsubanome.php @@ -1395,7 +1395,7 @@ function searchCategory(){ $dat .= "
$links
\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 .= '';