chat_room_exists_p (public, deprecated)
chat_room_exists_p room_id
Defined in packages/chat/tcl/chat-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Return whether a chat room exists
- Parameters:
- room_id (required)
- Returns:
- a boolean
- 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_exists_p return [::xo::db::Class exists_in_db -id $room_id]XQL Not present: Generic, PostgreSQL, Oracle