Changeset 978 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/28 10:49:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
r977 r978 3 3 include '../../mainfile.php'; 4 4 5 $sql = 'SELECT * FROM ' . $xoopsDB->prefix(' bb_categories');5 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('xoops_bb_topics'); 6 6 if ( !$result = $xoopsDB->query($sql) ) { 7 7 redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED); … … 11 11 while ( $myrow = $xoopsDB->fetchArray($result) ) { 12 12 print_r($myrow); 13 print("<BR>"); 13 14 } 14 15
Note: See TracChangeset
for help on using the changeset viewer.
