Index: openacs-4/packages/chat/www/ajax/chat.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/ajax/Attic/chat.tcl,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/chat/www/ajax/chat.tcl 7 Apr 2006 16:59:52 -0000 1.1.2.4 +++ openacs-4/packages/chat/www/ajax/chat.tcl 8 Apr 2006 09:14:20 -0000 1.1.2.5 @@ -26,7 +26,7 @@ if { $msg ne "" } { set message_output [c1 add_msg $msg] if { [c1 current_message_valid] } { - chat_message_post $id [c1 euid] [c1 emsg] f + chat_message_post $id [c1 user_id] $msg f } } }