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:
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user