Changeset 1008 for temp/test-xoops.ec-cube.net/html
- Timestamp:
- 2006/12/28 11:28:18 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
r1007 r1008 1 1 <?php 2 2 3 4 print("aaaa"); 3 5 include '../../../header.php'; 4 6 /*$xoopsOption['template_main'] = 'topic_list.html'; … … 6 8 */ 7 9 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics'); 8 print($sql);/* 10 print($sql); 11 /* 9 12 if ( !$result = $xoopsDB->query($sql) ) { 10 13 redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED);
Note: See TracChangeset
for help on using the changeset viewer.
