From: moodler Date: Wed, 9 Jul 2003 13:09:00 +0000 (+0000) Subject: Right ping now X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d490d8aa150847faa8953331215b352d1e4ad02c;p=moodle.git Right ping now --- diff --git a/mod/chat/users.php b/mod/chat/users.php index 395fae8e74..83a3c1e058 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); }