Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspoll.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspoll.php	(revision 777)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspoll.php	(revision 795)
@@ -209,5 +209,7 @@
 				"VALUES (".$arrData['poll_id'].", ".$option_text.", ".$body.", 1, ".$arrData['category_id'].", now())";
 		
-				$this->db->query($sql);
+		$this->db->query($sql);
+echo $sql;
+exit;
 	}	
 }
