Changeset 466 for temp


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

Legend:

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

    r465 r466  
    329329    //exit(); 
    330330} 
    331  
    332331list($all_topics) = $xoopsDB->fetchRow($r); 
    333332if ( $all_topics > $forumdata['topics_per_page'] ) { 
     
    338337    $xoopsTpl->assign('forum_pagenav', ''); 
    339338} 
     339/* 
     340// ¥«¥Æ¥´¥ê̾¼èÆÀ 
     341$sql = "SELECT cat_id, cat_title FROM ".$xoopsDB->prefix("bb_categories").", ".$xoopsDB->prefix("bb_forums")." WHERE forum_id = $forum"; 
     342 
     343 
     344if ( !$result = $xoopsDB->query($sql) ) { 
     345    //redirect_header('index.php',2,_MD_ERROROCCURED); 
     346    //exit(); 
     347} 
     348$arrCat = $xoopsDB->fetchArray($result); 
     349$xoopsTpl->assign('arrCat', $arrCat); 
     350*/   
    340351$xoopsTpl->assign('forum_jumpbox', make_jumpbox($forum)); 
    341352include XOOPS_ROOT_PATH."/footer.php"; 
Note: See TracChangeset for help on using the changeset viewer.