mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Fix #78
This commit is contained in:
parent
e8c721a32d
commit
83d44572db
@ -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.';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user