Ignore:
Timestamp:
2006/12/28 11:58:26 (19 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php

    r1040 r1041  
    22include '../../mainfile.php'; 
    33 
    4 $sql = 'SELECT topic_id, topic_title, topic_response FROM ' . $xoopsDB->prefix('bb_topics'); 
     4$sql = 'SELECT topic_id, topic_title, topic_response FROM ' . $xoopsDB->prefix('bb_topics') . 'ORDER BY topic_response, topic_id'; 
    55 
    66if ( !$result = $xoopsDB->query($sql) ) { 
Note: See TracChangeset for help on using the changeset viewer.