summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-19 20:19:25 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-19 20:19:25 +0000
commitc1a5f32d4eaeafe3691cb6aefa55120ad71d5526 (patch)
treed4de8dce4d589b3b270289c7fda431c760e87dc7
parent3c4e979b908b28841367571dee8871ec821a6904 (diff)
add show lastLogIn
git-svn-id: svn://svn.cccv.de/engel-system@70 29ba0400-6e00-0410-a75a-ca02368028f8
-rwxr-xr-xwww-ssl/admin/user.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php
index 678a8a36..2a886e23 100755
--- a/www-ssl/admin/user.php
+++ b/www-ssl/admin/user.php
@@ -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");