Ignore:
Timestamp:
Feb 6, 2004, 12:18:05 AM (20 years ago)
Author:
z0rglub
Message:

append central HTML to $output, do not echo $code anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/comments.php

    r290 r350  
    185185display_pictures( $result, $maxtime, $user['restrictions'] );
    186186//----------------------------------------------------------- html code display
    187 $code = $vtp->Display( $handle, 0 );
    188 echo $code;
     187$output.= $vtp->Display( $handle, 0 );
    189188include('include/page_tail.php');
    190189?>
Note: See TracChangeset for help on using the changeset viewer.