Index: openacs-4/packages/chat/www/ajax-chat-script.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/Attic/ajax-chat-script.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/chat/www/ajax-chat-script.tcl 7 Jun 2007 09:14:25 -0000 1.4 +++ openacs-4/packages/chat/www/ajax-chat-script.tcl 21 Jun 2007 11:06:29 -0000 1.5 @@ -1,11 +1,12 @@ ad_page_contract { a tiny chat client - @author Gustaf Neumann (gustaf.neumann@wu-wien.ac.at) + @author Gustaf Neumann (gustaf.neumann@wu-wien.ac.at) and Pablo Mu�oz (pablomp@tid.es) @creation-date Jan 31, 2006 @cvs-id $Id$ } -query { msg:optional } -set chat_frame [ ::chat::Chat login -chat_id $room_id] +set chat_frame [ ::chat::Chat login -chat_id $room_id -folder_id $folder_id] +