]> 4ch.mooo.com Git - test.git/commitdiff
modified: yotsubanome.php
authorsparky4 <sparky4@4ch.irc.su>
Wed, 23 Feb 2011 08:40:18 +0000 (02:40 -0600)
committersparky4 <sparky4@4ch.irc.su>
Wed, 23 Feb 2011 08:40:18 +0000 (02:40 -0600)
yotsubanome.php

index d73f0687772478109a4d16e55d721735e5d63323..1f4283d6a522e7c187a4ea29cbe86824a63856fb 100755 (executable)
@@ -271,11 +271,10 @@ function updatelog($resno=0,$page_num=-1,$single_page=false){
                $pte_vals['{$PAGENAV}'] .= '<br style="clear: left;" />
 </div>';
                $dat .= $PTE->ParseBlock('MAIN', $pte_vals);
-               foot($dat); ////++++---- the foot is a special core function wwww --sparky4
+               foot($dat); // the foot is a special core function wwww --sparky4
 
                // 存檔 / 輸出
-               //---- if($single_page || ($page_num == -1 && !$resno)){ // 靜態快取頁面生成
-               if($threads_count == 0 && $page_num == 0 || ($single_page || ($page_num == -1 && !$resno))){ // 靜態快取頁面生成
+               if($single_page || ($page_num == -1 && !$resno)){ // 靜態快取頁面生成
                        if($page==0) $logfilename = PHP_SELF2;
                        else $logfilename = $page.PHP_EXT;
                        $fp = fopen($logfilename, 'w');