Index: openacs-4/packages/contacts/tcl/contact-message-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contact-message-procs-postgresql.xql,v diff -u -N --- openacs-4/packages/contacts/tcl/contact-message-procs-postgresql.xql 18 Oct 2005 20:13:58 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,29 +0,0 @@ - - - - - - insert into contact_message_log - ( message_id, message_type, sender_id, recipient_id, sent_date, title, description, content, content_format) - values - ( :object_id, :message_type, :sender_id, :recipient_id, :sent_date, :title, :description, :content, :content_format) - - - - - - - select - acs_object__new ( - null, - 'contact_message_log', - :sent_date, - :sender_id, - :creation_ip, - :package_id - ) - - - - -