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

Legend:

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

    r459 r460  
    340340// ¥«¥Æ¥´¥ê̾¼èÆÀ 
    341341$sql = "SELECT cat_id, cat_title FROM ".$xoopsDB->prefix("bb_categories").", ".$xoopsDB->prefix("bb_forums")." WHERE forum_id = $forum"; 
    342 if ( !$r = $xoopsDB->query($sql) ) { 
     342if ( !$result = $xoopsDB->query($sql) ) { 
    343343    //redirect_header('index.php',2,_MD_ERROROCCURED); 
    344344    //exit(); 
    345345} 
    346 $arrCat = $xoopsDB->fetchArray($r); 
     346$arrCat = $xoopsDB->fetchArray($result); 
    347347$xoopsTpl->assign('arrCat', $arrCat); 
    348348     
Note: See TracChangeset for help on using the changeset viewer.