From 93e16eeb4e09935e6ef8b12cc575686c051cc573 Mon Sep 17 00:00:00 2001 From: cookie Date: Tue, 22 Nov 2005 20:19:48 +0000 Subject: Hometown feld hinzugefuegt git-svn-id: svn://svn.cccv.de/engel-system@87 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/admin/user.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www-ssl/admin/user.php') diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php index 7b7b2949..6e182ca1 100755 --- a/www-ssl/admin/user.php +++ b/www-ssl/admin/user.php @@ -62,6 +62,8 @@ if (!IsSet($_GET["enterUID"])) if( strlen( mysql_result($Erg, $n, "email"))>0) echo "\n\t\temail: ". mysql_result($Erg, $n, "email")."
"; + if( strlen( mysql_result($Erg, $n, "Hometown"))>0) + echo "\n\t\tHometown: ". mysql_result($Erg, $n, "Hometown"). "
"; if( strlen( mysql_result($Erg, $n, "lastLogIn"))>0) echo "\n\t\tlastLogIn: ". mysql_result($Erg, $n, "lastLogIn"). "
"; echo "\n"; @@ -207,6 +209,10 @@ else echo " checked"; echo ">R \n"; echo "\n"; + + echo " Hometown". + "\n"; } //IF TYPE } if( $_GET["Type"] == "Secure" ) @@ -247,7 +253,7 @@ else // Ende Formular echo "\n"; - echo "\n"; + echo "\n
\n"; echo "\n"; echo "\n"; echo ""; -- cgit v1.2.3-54-g00ecf