Changeset 446 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/04 23:52:14 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/blocks/newbb_new.php
r445 r446 65 65 $block['lang_visitforums'] = _MB_NEWBB_VSTFRMS; 66 66 while ($arr = $db->fetchArray($result)) { 67 $topic['cat_id'] = $arr['cat_id']; 68 $topic['cat_title'] = $arr['cat_title']; 67 69 $topic['forum_id'] = $arr['forum_id']; 68 70 $topic['forum_name'] = $myts->makeTboxData4Show($arr['forum_name']); … … 82 84 unset($topic); 83 85 } 86 print_r($topic); 84 87 return $block; 85 88 }
Note: See TracChangeset
for help on using the changeset viewer.
