Changeset 1260


Ignore:
Timestamp:
2007/01/22 10:54:16 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r1259 r1260  
    199199 
    200200$sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_time) 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'; 
    201 if ( !$result = $xoopsDB->query($sql,$forumdata['topics_per_page'],$start) ) { 
     201if ( !$result = $xoopsDB->query($sql) ) { 
    202202    redirect_header('index.php',2,_MD_ERROROCCURED); 
    203203    exit(); 
Note: See TracChangeset for help on using the changeset viewer.