chat_transcript_new (public, deprecated)

 chat_transcript_new [ -description description ] \
    [ -context_id context_id ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] pretty_name contents room_id

Defined in packages/chat/tcl/chat-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Create chat transcript.

Switches:
-description
(optional)
-context_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)
Parameters:
pretty_name
contents
room_id
See Also:
  • xo::db::chat_transcript

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) chat_transcript_new chat_transcript_new chat_transcript_new->ad_log_deprecated

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc chat_transcript_new
    set t [::xo::db::chat_transcript new  -description $description  -pretty_name $pretty_name  -contents $contents  -room_id $room_id]
    $t set context_id    $context_id
    $t set creation_user $creation_user
    $t set creation_ip   $creation_ip
    return [$t save_new]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: