]> 4ch.mooo.com Git - test.git/commitdiff
modified: yotsubanome.php
authorsparky4 <sparky4@4ch.irc.su>
Thu, 17 Mar 2011 07:12:38 +0000 (02:12 -0500)
committersparky4 <sparky4@4ch.irc.su>
Thu, 17 Mar 2011 07:12:38 +0000 (02:12 -0500)
yotsubanome.php

index ed493d70f108b61a2ecdb309a0f7325cb92999a8..43f8add668f87d5a0792f75f5e23908ed3b702bf 100755 (executable)
@@ -197,7 +197,7 @@ function updatelog($resno=0,$page_num=-1,$single_page=false){
        for($page = $page_start; $page <= $page_end; $page++){
                $dat = ''; $pte_vals['{$THREADS}'] = '';
                head($dat, $resno);
-               //form($dat, $resno);
+               form($dat, $resno);
                // 輸出討論串內容
                for($i = 0; $i < $inner_for_count; $i++){
                        // 取出討論串編號
@@ -270,7 +270,6 @@ function updatelog($resno=0,$page_num=-1,$single_page=false){
                }
                $pte_vals['{$PAGENAV}'] .= '<br style="clear: left;" />
 </div>';
-               form($dat, $resno); //<- temp
                $dat .= $PTE->ParseBlock('MAIN', $pte_vals);
                foot($dat); // the foot is a special core function wwww --sparky4