Skip to content

Commit

Permalink
Slightly better window name
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 9, 2003
1 parent 7d79236 commit 48bae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/chat/view.php
Expand Up @@ -79,7 +79,7 @@

print_simple_box_start("center");
link_to_popup_window ("/mod/chat/gui_$chatversion/index.php?id=$chat->id",
"chat$chat->id", "$strenterchat", 500, 700, $strchat);
"chat$course->id$chat->id", "$strenterchat", 500, 700, $strchat);
print_simple_box_end();

print_spacer(50,50);
Expand Down

0 comments on commit 48bae72

Please sign in to comment.