Changeset 1264


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

Legend:

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

    r1263 r1264  
    207207$topic_lastread = newbb_get_topics_viewed(); 
    208208while ( $myrow = $xoopsDB->fetchArray($result) ) { 
    209     $xoopsTpl->append('topics', array('topic_response_user'=>$myrow_user['uname'], 'topic_id'=>$myrow['topic_id'], 'topic_response'=>$myrow['topic_response'], 'topic_response_uname'=>$myrow['topic_response_uname'], 'fix'=>$fix, 'topic_number'=>$myrow['post_id'], 'topic_icon'=>$topic_icon, 'topic_folder'=>$image, 'topic_title'=>$myts->makeTboxData4Show($myrow['topic_title']), 'topic_link'=>$topiclink, 'topic_page_jump'=>$pagination, 'topic_replies'=>$myrow['topic_replies'], 'topic_poster'=>$topic_poster, 'topic_views'=>$myrow['topic_views'], 'topic_last_posttime'=>formatTimestamp($myrow['last_post_time']), 'topic_last_poster'=>$myts->makeTboxData4Show($myrow['last_poster']))); 
     209    $xoopsTpl->append('topics', array( 
     210                                'topic_response_user'=>$myrow_user['uname'], 
     211                                'topic_id'=>$myrow['topic_id'], 
     212                                'topic_response'=>$myrow['topic_response'], 
     213                                'uname'=>$myrow['uname'], 
     214                                'topic_time'=>$myrow['topic_time'])); 
    210215} 
    211216 
Note: See TracChangeset for help on using the changeset viewer.