Index: temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php	(revision 1007)
+++ temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php	(revision 1008)
@@ -1,4 +1,6 @@
 <?php
 
+
+print("aaaa");
 include '../../../header.php';
 /*$xoopsOption['template_main'] = 'topic_list.html';
@@ -6,5 +8,6 @@
 */
 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics');
-print($sql);/*
+print($sql);
+/*
 if ( !$result = $xoopsDB->query($sql) ) {
     redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED);
