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

Legend:

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

    r472 r473  
    339339 
    340340// ¥«¥Æ¥´¥ê̾¼èÆÀ 
    341 $sql = "SELECT cat_id, cat_title FROM ".$xoopsDB->prefix("bb_categories")."c, ".$xoopsDB->prefix("bb_forums")."f WHERE c.cat_id = f.cat_id AND forum_id = $forum"; 
     341$sql = "SELECT cat_id, cat_title FROM ".$xoopsDB->prefix("bb_categories")." c, ".$xoopsDB->prefix("bb_forums")." f WHERE c.cat_id = f.cat_id AND forum_id = $forum"; 
    342342 
    343343if ( !$result = $xoopsDB->query($sql) ) { 
Note: See TracChangeset for help on using the changeset viewer.