Chat now logs "talk" events ... which also updates last access in the course

so chatters appear in the online users block so Tom is happy.  :-)

Seriously though, it's good to have talking events in the log.
This commit is contained in:
moodler 2004-04-30 12:40:42 +00:00
parent db7da819d5
commit 2c0d657437
6 changed files with 16 additions and 2 deletions

View file

@ -55,3 +55,4 @@ INSERT INTO prefix_log_display VALUES ('chat', 'view', 'chat', 'name');
INSERT INTO prefix_log_display VALUES ('chat', 'add', 'chat', 'name');
INSERT INTO prefix_log_display VALUES ('chat', 'update', 'chat', 'name');
INSERT INTO prefix_log_display VALUES ('chat', 'report', 'chat', 'name');
INSERT INTO prefix_log_display VALUES ('chat', 'talk', 'chat', 'name');