Changeset 697 for temp


Ignore:
Timestamp:
2006/12/11 20:20:41 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspolloption.php

    r694 r697  
    124124        $db =& Database::getInstance(); 
    125125        $ret = array(); 
    126         $sql = "SELECT * FROM ".$db->prefix("xoopspoll_option") . " ORDER BY option_count DESC"; 
     126        $sql = "SELECT * FROM ".$db->prefix("xoopspoll_option") . " ORDER BY update_date DESC"; 
    127127        $result = $db->query($sql); 
    128128        while ( $myrow = $db->fetchArray($result) ) { 
Note: See TracChangeset for help on using the changeset viewer.