Index: temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspolloption.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspolloption.php	(revision 697)
+++ temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspolloption.php	(revision 698)
@@ -124,5 +124,5 @@
 		$db =& Database::getInstance();
 		$ret = array();
-		$sql = "SELECT * FROM ".$db->prefix("xoopspoll_option") . " ORDER BY update_date DESC";
+		$sql = "SELECT * FROM ".$db->prefix("xoopspoll_option") . " ORDER BY update_date";
 		$result = $db->query($sql);
 		while ( $myrow = $db->fetchArray($result) ) {
