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