chat_room_name (public, deprecated)
chat_room_name room_id
Defined in packages/chat/tcl/chat-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Get chat room name.
- Parameters:
- room_id (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_name set r [::xo::db::Class get_instance_from_db -id $room_id] return [$r set pretty_name]XQL Not present: Generic, PostgreSQL, Oracle