- Timestamp:
- 2006/12/11 20:22:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspolloption.php
r698 r699 124 124 $db =& Database::getInstance(); 125 125 $ret = array(); 126 $sql = "SELECT * FROM ".$db->prefix("xoopspoll_option") . " ORDER BY update_date ";126 $sql = "SELECT * FROM ".$db->prefix("xoopspoll_option") . " ORDER BY update_date DESC"; 127 127 $result = $db->query($sql); 128 128 while ( $myrow = $db->fetchArray($result) ) {
Note: See TracChangeset
for help on using the changeset viewer.
