Index: openacs-4/packages/contacts/www/message-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/message-ae.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/contacts/www/message-ae.tcl 3 Jan 2006 22:14:55 -0000 1.5 +++ openacs-4/packages/contacts/www/message-ae.tcl 29 Jan 2006 16:11:29 -0000 1.6 @@ -123,6 +123,13 @@ set content_format "text/plain" } + if {![exists_and_not_null banner]} { + set banner "" + } + if {![exists_and_not_null ps]} { + set ps "" + } + contact::message::save \ -item_id $item_id \ -owner_id $owner_id \