aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/comments.php b/comments.php
index 46e8e7562..dd0ed7835 100644
--- a/comments.php
+++ b/comments.php
@@ -184,7 +184,6 @@ $query.= ';';
$result = mysql_query( $query );
display_pictures( $result, $maxtime, $user['restrictions'] );
//----------------------------------------------------------- html code display
-$code = $vtp->Display( $handle, 0 );
-echo $code;
+$output.= $vtp->Display( $handle, 0 );
include('include/page_tail.php');
-?> \ No newline at end of file
+?>