Ignore:
Timestamp:
2006/12/05 12:11:09 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php

    r461 r462  
    337337    $xoopsTpl->assign('forum_pagenav', ''); 
    338338} 
    339  
     339/* 
    340340// ¥«¥Æ¥´¥ê̾¼èÆÀ 
    341341$sql = "SELECT cat_id, cat_title FROM ".$xoopsDB->prefix("bb_categories").", ".$xoopsDB->prefix("bb_forums")." WHERE forum_id = $forum"; 
    342 echo $sql; 
     342 
    343343 
    344344if ( !$result = $xoopsDB->query($sql) ) { 
     
    348348$arrCat = $xoopsDB->fetchArray($result); 
    349349$xoopsTpl->assign('arrCat', $arrCat); 
    350      
     350*/   
    351351$xoopsTpl->assign('forum_jumpbox', make_jumpbox($forum)); 
    352352include XOOPS_ROOT_PATH."/footer.php"; 
Note: See TracChangeset for help on using the changeset viewer.