This commit is contained in:
Stefan Brannfjell 2014-05-03 19:00:48 +02:00
parent e8c721a32d
commit 83d44572db

View File

@ -34,7 +34,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) {
?>
<li><font class="profile_font" name="profile_font_lastlogin">Last Login: <?php
if ($profile_data['lastlogin'] != 0) {
echo getClock($profile_data['lastlogin'], true, false);
echo getClock($profile_data['lastlogin'], true, true);
} else {
echo 'Never.';
}