Index: /temp/test-xoops.ec-cube.net/html/roadmap/index.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/roadmap/index.php	(revision 1290)
+++ /temp/test-xoops.ec-cube.net/html/roadmap/index.php	(revision 1291)
@@ -16,5 +16,5 @@
 $xoopsTpl->assign('forum_name', 'ÂÐ±þ¾õ¶·°ìÍ÷');
 
-$sql = 'SELECT topic_id, topic_title, topic_response, topic_last_post_id, forum_id,  from_unixtime(topic_time) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id DESC';
+$sql = 'SELECT topic_id, topic_title, topic_response, topic_last_post_id, forum_id,  from_unixtime(topic_time) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid WHERE tpc.topic_response != 1 ORDER BY topic_response, topic_id DESC';
 if ( !$result = $xoopsDB->query($sql) ) {
     redirect_header('index.php',2,_MD_ERROROCCURED);
