Changeset 473 for temp/test-xoops.ec-cube.net/html
- Timestamp:
- 2006/12/05 12:43:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php
r472 r473 339 339 340 340 // ¥«¥Æ¥´¥ê̾¼èÆÀ 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"; 342 342 343 343 if ( !$result = $xoopsDB->query($sql) ) {
Note: See TracChangeset
for help on using the changeset viewer.
