diff --git a/include/users.php b/include/users.php
index 8903276..75901dd 100644
--- a/include/users.php
+++ b/include/users.php
@@ -154,7 +154,7 @@ if (isset($_GET['do'])) {
echo ' / ' . $Reflector->Stations[$i]->GetPeer();
}
echo '
-
' . @date("d.m.Y H:i", $Reflector->Stations[$i]->GetLastHeardTime()) . ' |
+ ' . @date("d.m.Y H:i", $Reflector->Stations[$i]->GetLastHeardTime()) . ' (' . elapsedTime($Reflector->Stations[$i]->GetLastHeardTime()) . ' ago.) |
' . $Reflector->Stations[$i]->GetModule() . ' |
';
}