Index: openacs-4/packages/general-comments/www/comment-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-add-3.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/general-comments/www/comment-add-3.tcl 14 Jun 2001 19:52:22 -0000 1.2 +++ openacs-4/packages/general-comments/www/comment-add-3.tcl 31 Oct 2001 20:42:07 -0000 1.3 @@ -12,7 +12,7 @@ object_id:integer,notnull title:notnull content:html,notnull - { mime_type "text/plain" } + comment_mime_type { context_id "$object_id" } { category "" } { return_url "" } @@ -33,7 +33,7 @@ :1 := acs_message.new ( message_id => :comment_id, title => :title, - mime_type => :mime_type, + mime_type => :comment_mime_type, data => empty_blob(), context_id => :context_id, creation_user => :user_id,