Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php	(revision 709)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspollrenderer.php	(revision 710)
@@ -154,5 +154,5 @@
     {
 		$arrOption =& XoopsPollOption::getOptionByOptionId($this->poll->getVar("option_id"));
-        $i = 0;
+print_r($arrOption);
 		$tpl->assign('arrOption', $arrOption);
     }
@@ -161,5 +161,4 @@
     {
 		$options_arr =& XoopsPollOption::getAllByPollId($this->poll->getVar("poll_id"));
-        $i = 0;
 		$tpl->assign('option_list', $options_arr);
     }
