]> git.mjollnir.org Git - moodle.git/commitdiff
Slightly better window name
authormoodler <moodler>
Wed, 9 Jul 2003 12:55:07 +0000 (12:55 +0000)
committermoodler <moodler>
Wed, 9 Jul 2003 12:55:07 +0000 (12:55 +0000)
mod/chat/view.php

index fefdaf6d955423c88f34fe412d6f7d7625360c60..2e33ba69371f008d0ebfddbd8a0d5109c83b40c0 100644 (file)
@@ -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);