A small fix to show the right users on the view page when groups are being used

This commit is contained in:
moodler
2004-04-08 14:35:36 +00:00
parent 6a5b5a20f4
commit 1b1c19fff7
+1 -1
View File
@@ -129,7 +129,7 @@
chat_delete_old_users();
if ($chatusers = chat_get_users($chat->id)) {
if ($chatusers = chat_get_users($chat->id, $currentgroup)) {
$timenow = time();
print_simple_box_start("center");
print_heading($strcurrentusers);