Index: temp/test-xoops.ec-cube.net/html/modules/newbb/response.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1259)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1260)
@@ -199,5 +199,5 @@
 
 $sql = 'SELECT topic_id, topic_title, topic_response, 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';
-if ( !$result = $xoopsDB->query($sql,$forumdata['topics_per_page'],$start) ) {
+if ( !$result = $xoopsDB->query($sql) ) {
     redirect_header('index.php',2,_MD_ERROROCCURED);
     exit();
