1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-21 16:10:15 +01:00

Right ping now

This commit is contained in:
moodler 2003-07-09 13:09:00 +00:00
parent a808a06f88
commit d490d8aa15

@ -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);
}