projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5b5a2
)
A small fix to show the right users on the view page when groups are being used
author
moodler
<moodler>
Thu, 8 Apr 2004 14:35:36 +0000
(14:35 +0000)
committer
moodler
<moodler>
Thu, 8 Apr 2004 14:35:36 +0000
(14:35 +0000)
mod/chat/view.php
patch
|
blob
|
history
diff --git
a/mod/chat/view.php
b/mod/chat/view.php
index a30bce3c882a2dc56ea7e9a5048f5c795d7e3c4f..f457c0dc12d02c5905f0df0a71ed25197e787709 100644
(file)
--- a/
mod/chat/view.php
+++ b/
mod/chat/view.php
@@
-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);