add show lastLogIn

git-svn-id: svn://svn.cccv.de/engel-system@70 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-11-19 20:19:25 +00:00
parent 3c4e979b90
commit c1a5f32d4e
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,9 @@ if (!IsSet($_GET["enterUID"]))
mysql_result($Erg, $n, "DECT"). "</a><br>";
if( strlen( mysql_result($Erg, $n, "email"))>0)
echo "\n\t\temail: <a href=\"mailto:".mysql_result($Erg, $n, "email")."\">".
mysql_result($Erg, $n, "email")."</a>";
mysql_result($Erg, $n, "email")."</a><br>";
if( strlen( mysql_result($Erg, $n, "lastLogIn"))>0)
echo "\n\t\tlastLogIn: ". mysql_result($Erg, $n, "lastLogIn"). "<br>";
echo "</td>\n";
echo "\t<td>".mysql_result($Erg, $n, "Size")."</td>\n";
$Gekommen += mysql_result($Erg, $n, "Gekommen");