Index: openacs-4/packages/mail-tracking/tcl/mail-tracking-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/mail-tracking/tcl/mail-tracking-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/mail-tracking/tcl/mail-tracking-procs.tcl 15 Jun 2005 15:41:12 -0000 1.2 +++ openacs-4/packages/mail-tracking/tcl/mail-tracking-procs.tcl 17 Mar 2006 10:06:46 -0000 1.3 @@ -33,8 +33,10 @@ {-subject ""} {-object_id ""} {-context_id ""} + {-cc ""} } { Insert new log entry + @param cc CC E-Mail Address as recieved from the send procedures } { set creation_ip "127.0.0.1" return [db_exec_plsql insert_log_entry {select acs_mail_log__new ( @@ -48,7 +50,8 @@ :sender_id, :creation_ip, :context_id, - :object_id + :object_id, + :cc )}] }