Changeset 1265


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

Legend:

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

    r1264 r1265  
    208208while ( $myrow = $xoopsDB->fetchArray($result) ) { 
    209209    $xoopsTpl->append('topics', array( 
    210                                 'topic_response_user'=>$myrow_user['uname'], 
    211210                                'topic_id'=>$myrow['topic_id'], 
     211                                'topic_title'=>$myrow['topic_title'], 
    212212                                'topic_response'=>$myrow['topic_response'], 
    213                                 'uname'=>$myrow['uname'], 
     213                                'topic_response_user'=>$myrow['uname'], 
    214214                                'topic_time'=>$myrow['topic_time'])); 
    215215} 
Note: See TracChangeset for help on using the changeset viewer.