Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php	(revision 828)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php	(revision 829)
@@ -71,5 +71,5 @@
 
 $renderer->assignOption($xoopsTpl, $option_id);
-$count = $renderer->assignComment($xoopsTpl, $option_id);
+$count = $renderer->assignComment($xoopsTpl, $option_id, $start, POLL_COMMENT_VIEW);
 
 $nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&amp;option_id='.$option_id);
Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php	(revision 813)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php	(revision 829)
@@ -28,5 +28,6 @@
 define("POLL_MAILED", 1);
 
-define("POLL_OPTION_VIEW", 5);	// °ìÍ÷¤ÎÉ½¼¨·ï¿ô
+define("POLL_OPTION_VIEW", 10);		// ¥ª¥×¥·¥ç¥ó°ìÍ÷¤ÎÉ½¼¨·ï¿ô
+define("POLL_COMMENT_VIEW", 10);	// ÅêÉ¼°ìÍ÷¤ÎÉ½¼¨·ï¿ô
 
 $arrStatus = array(
