Changeset 1006 for temp/test-xoops.ec-cube.net/html
- Timestamp:
- 2006/12/28 11:27:40 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
r1005 r1006 1 1 <?php 2 2 /* 3 3 include '../../../header.php'; 4 4 $xoopsOption['template_main'] = 'topic_list.html'; 5 5 include XOOPS_ROOT_PATH."/header.php"; 6 6 */ 7 7 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics'); 8 8 print($sql);/*
Note: See TracChangeset
for help on using the changeset viewer.
