Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php	(revision 810)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php	(revision 811)
@@ -55,5 +55,5 @@
 $xoopsTpl->assign('poll_id', $poll_id);
 
-$nav = new XoopsPageNav(count($arrOption), 1, $start, "start", 'poll_id='.$poll_id);
+$nav = new XoopsPageNav(count($arrOption), POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id);
 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4));
 
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 764)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/include/constants.php	(revision 811)
@@ -27,5 +27,6 @@
 define("POLL_NOTMAILED", 0);
 define("POLL_MAILED", 1);
-define("POLL_ID", 2);
+
+define("POLL_OPTION_VIEW", 10);	// °ìÍ÷¤ÎÉ½¼¨·ï¿ô
 
 $arrStatus = array(
