diff options
Diffstat (limited to '')
-rw-r--r-- | search.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/search.php b/search.php index 96ec244ab..6f688bb73 100644 --- a/search.php +++ b/search.php @@ -118,10 +118,9 @@ $vtp->closeSession( $handle, 'line' ); //---------------------------------------------------- return to main page link $vtp->setGlobalVar( $handle, 'back_url', add_session_id( './category.php' ) ); //----------------------------------------------------------- html code display -$code = $vtp->Display( $handle, 0 ); -echo $code; +$output.= $vtp->Display( $handle, 0 ); //------------------------------------------------------------ log informations pwg_log( 'search', $title ); mysql_close(); include('include/page_tail.php'); -?>
\ No newline at end of file +?> |