From d490d8aa150847faa8953331215b352d1e4ad02c Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 9 Jul 2003 13:09:00 +0000 Subject: [PATCH] Right ping now --- mod/chat/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/chat/users.php b/mod/chat/users.php index 395fae8e747..83a3c1e058e 100644 --- a/mod/chat/users.php +++ b/mod/chat/users.php @@ -44,7 +44,7 @@ if (isset($_GET['beep'])) { error("Could not insert a chat message!"); } - $chatuser->lastping = time(); // A beep is a ping ;-) + $chatuser->lastmessageping = time(); // A beep is a ping ;-) update_record("chat_users", $chatuser); }