chat_room_get (public, deprecated)
chat_room_get [ -room_id room_id ] -array array
Defined in packages/chat/tcl/chat-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Get all the information about a chat room into an array
- Switches:
- -room_id (optional)
- -array (required)
- See Also:
- xo::db::chat_room
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc chat_room_get upvar $array row array set row [ns_cache eval chat_room_cache $room_id { chat_room_get_not_cached $room_id }] #array set row [chat_room_get_not_cached $room_id]XQL Not present: Generic, PostgreSQL, Oracle