add show lastLogIn
git-svn-id: svn://svn.cccv.de/engel-system@70 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
3c4e979b90
commit
c1a5f32d4e
|
@ -61,7 +61,9 @@ if (!IsSet($_GET["enterUID"]))
|
||||||
mysql_result($Erg, $n, "DECT"). "</a><br>";
|
mysql_result($Erg, $n, "DECT"). "</a><br>";
|
||||||
if( strlen( mysql_result($Erg, $n, "email"))>0)
|
if( strlen( mysql_result($Erg, $n, "email"))>0)
|
||||||
echo "\n\t\temail: <a href=\"mailto:".mysql_result($Erg, $n, "email")."\">".
|
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 "</td>\n";
|
||||||
echo "\t<td>".mysql_result($Erg, $n, "Size")."</td>\n";
|
echo "\t<td>".mysql_result($Erg, $n, "Size")."</td>\n";
|
||||||
$Gekommen += mysql_result($Erg, $n, "Gekommen");
|
$Gekommen += mysql_result($Erg, $n, "Gekommen");
|
||||||
|
|
Loading…
Reference in New Issue