- Timestamp:
- 2006/12/28 11:57:21 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
r1038 r1039 2 2 include '../../mainfile.php'; 3 3 4 $sql = 'SELECT *FROM ' . $xoopsDB->prefix('bb_topics');4 $sql = 'SELECT topic_id, topic_title, topic_response FROM ' . $xoopsDB->prefix('bb_topics'); 5 5 6 6 if ( !$result = $xoopsDB->query($sql) ) {
Note: See TracChangeset
for help on using the changeset viewer.
