Changeset 446 for temp


Ignore:
Timestamp:
2006/12/04 23:52:14 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r445 r446  
    6565    $block['lang_visitforums'] = _MB_NEWBB_VSTFRMS; 
    6666    while ($arr = $db->fetchArray($result)) { 
     67        $topic['cat_id'] = $arr['cat_id']; 
     68        $topic['cat_title'] = $arr['cat_title']; 
    6769        $topic['forum_id'] = $arr['forum_id']; 
    6870        $topic['forum_name'] = $myts->makeTboxData4Show($arr['forum_name']); 
     
    8284        unset($topic); 
    8385    } 
     86print_r($topic); 
    8487    return $block; 
    8588} 
Note: See TracChangeset for help on using the changeset viewer.