Index: openacs-4/packages/general-comments/www/comment-edit-3-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit-3-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/general-comments/www/comment-edit-3-postgresql.xql 14 Jun 2001 19:52:22 -0000 1.1 +++ openacs-4/packages/general-comments/www/comment-edit-3-postgresql.xql 31 Oct 2001 20:42:07 -0000 1.2 @@ -12,7 +12,7 @@ /* message_id => */ :comment_id, /* title => */ :title, /* p_description */ NULL, - /* mime_type => */ :mime_type, + /* mime_type => */ :comment_mime_type, /* text */ NULL, /* data => */ NULL, -- was empty_blob(), /* creation_date */ now(),