Changeset 1273


Ignore:
Timestamp:
2007/01/22 11:46:07 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/response.php

    r1272 r1273  
    204204$xoopsTpl->assign('forum_name', 'Âбþ¾õ¶·°ìÍ÷'); 
    205205 
    206 $sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_last_posttime) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id DESC'; 
     206$sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_last_posttime) as topic_last_posttime, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id DESC'; 
    207207if ( !$result = $xoopsDB->query($sql) ) { 
    208208    redirect_header('index.php',2,_MD_ERROROCCURED); 
Note: See TracChangeset for help on using the changeset viewer.