print notice when guest views chat.

This commit is contained in:
gustav_delius 2004-08-21 21:18:33 +00:00
parent c89bf29585
commit d022e34545
2 changed files with 3 additions and 0 deletions

View file

@ -102,6 +102,8 @@
link_to_popup_window ("/mod/chat/gui_$CFG->chat_method/index.php?id=$chat->id$groupparam",
"chat$course->id$chat->id$groupparam", "$strenterchat", 500, 700, $strchat);
print_simple_box_end();
} else {
notice(get_string('noguests', 'chat'));
}