From: sparky4 Date: Thu, 17 May 2012 21:48:01 +0000 (-0500) Subject: modified: config.php X-Git-Url: http://4ch.mooo.com/gitweb/?p=test.git;a=commitdiff_plain;h=cc7439e33d327d4152b916eab0b4bb5d49fafa16 modified: config.php modified: yotsubanome.php --- diff --git a/config.php b/config.php index 53f94da..f9f0730 100755 --- a/config.php +++ b/config.php @@ -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 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 .= '';