A small fix to show the right users on the view page when groups are being used
authormoodler <moodler>
Thu, 8 Apr 2004 14:35:36 +0000 (14:35 +0000)
committermoodler <moodler>
Thu, 8 Apr 2004 14:35:36 +0000 (14:35 +0000)
mod/chat/view.php

index a30bce3c882a2dc56ea7e9a5048f5c795d7e3c4f..f457c0dc12d02c5905f0df0a71ed25197e787709 100644 (file)
 
     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);