Index: openacs-4/packages/chat/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/tcl/chat-procs.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/chat/tcl/chat-procs.tcl 9 May 2018 15:33:30 -0000 1.18 +++ openacs-4/packages/chat/tcl/chat-procs.tcl 28 May 2018 17:32:18 -0000 1.19 @@ -164,12 +164,6 @@ db_string post_message {} } -# create a cache for the chat package -if {"chat_room_cache" ni [ns_cache_names]} { -# these should be around 1000 entries - ns_cache_create chat_room_cache 350000 -} - ad_proc -public chat_room_get { {-room_id {}} {-array:required}