From 4394976a311f72d093fa4c32a5f671e0a9167ff7 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 4 Mar 2011 05:12:15 -0600 Subject: [PATCH] modified: yotsubanome.php --- yotsubanome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yotsubanome.php b/yotsubanome.php index 28fa27a..52dccc6 100755 --- a/yotsubanome.php +++ b/yotsubanome.php @@ -303,7 +303,7 @@ function updatelog($resno=0,$page_num=-1,$single_page=false){ /* 輸出討論串架構 */ function arrangeThread($PTE, $tree, $tree_cut, $posts, $hiddenReply, $resno=0, $arr_kill, $arr_old, $kill_sensor, $old_sensor, $showquotelink=true, $adminMode=false, $hiddenImage, $hiddenImagP, $hiddenImagRP, $posts_img){ - global $PIO, $FileIO, $PMS, $language; + global $config, $PIO, $FileIO, $PMS, $language; $thdat = ''; // 討論串輸出碼 $posts_count = count($posts); // 迴圈次數 -- 2.39.5