aboutsummaryrefslogtreecommitdiffstats
path: root/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'register.php')
-rw-r--r--register.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/register.php b/register.php
index 5d32458b9..d785888bb 100644
--- a/register.php
+++ b/register.php
@@ -103,7 +103,6 @@ if (isset( $_POST['mail_address']))
$vtp->closeSession( $handle, 'text' );
$vtp->closeSession( $handle, 'line' );
//----------------------------------------------------------- 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
+?>