Changeset 497 for temp


Ignore:
Timestamp:
2006/12/05 14:02:16 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r496 r497  
    339339        $xoopsTpl->append('topic_posts', array_merge($posterarr, array('fix' => $fix, 'post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text))); 
    340340        unset($eachposter); 
     341print_r(array_merge($posterarr, array('fix' => $fix, 'post_response' => $eachpost->response, 'post_id' => $eachpost->postid(), 'post_parent_id' => $eachpost->parent(), 'post_date' => formatTimestamp($eachpost->posttime(), 'm'), 'post_poster_ip'=> $eachpost->posterip(), 'post_image' => $post_image, 'post_title' => $eachpost->subject(), 'post_text' => $post_text))); 
    341342    } 
    342343    if ( $total_posts > $forumdata['posts_per_page'] ) { 
Note: See TracChangeset for help on using the changeset viewer.