From bb3710efde173ec166f18646c8e195678174db16 Mon Sep 17 00:00:00 2001 From: ichdasich Date: Sun, 4 Nov 2007 15:51:33 +0000 Subject: some db-updates, doku added git-svn-id: svn://svn.cccv.de/engel-system@241 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/makeuser.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'www-ssl/makeuser.php') diff --git a/www-ssl/makeuser.php b/www-ssl/makeuser.php index c2b32077..70f56e3b 100755 --- a/www-ssl/makeuser.php +++ b/www-ssl/makeuser.php @@ -1,6 +1,8 @@ ". Get_Text("makeuser_writeOK3"). "\n"; } echo Get_Text("makeuser_writeOK4"). "

\n

\n"; + $success="any"; + } } - if( !isset($error) ) - echo Get_Text("makeuser_text4"). "
\n"; - else + if( !isset($error) ){ + echo Get_Text("makeuser_text4"). "Login
\n"; + }else{ echo "

\n$error\n

\n\n"; + } } else { @@ -116,7 +122,7 @@ else $_POST["kommentar"] = ""; $_POST["Hometown"] = ""; } - +if( $success=="none" ){ echo "

".Get_Text("makeuser_text0")."

". "

". Get_Text("makeuser_text1"). "

"; echo "\t
\n"; echo "\t\t\n"; @@ -187,7 +193,7 @@ echo "\t\t\t
 \n"; echo "\t\n"; Print_Text("makeuser_text3"); - +} include ("./inc/footer.php"); ?> -- cgit v1.2.3-70-g09d2