Index: openacs-4/packages/general-comments/general-comments.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/general-comments.info,v diff -u -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/general-comments/general-comments.info 24 Sep 2005 01:20:53 -0000 1.13.2.1 +++ openacs-4/packages/general-comments/general-comments.info 4 Jan 2006 20:37:42 -0000 1.13.2.2 @@ -8,18 +8,18 @@ t comments - + Don Baccus Dave Bauer Service to provide comment entry and display on objects. 2004-11-29 OpenACS General comments provides the widgets and UI to support commentability on any object. There is also an admin interface to edit/hide/delete comments. - - - - + + + + Index: openacs-4/packages/general-comments/tcl/general-comments-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/tcl/general-comments-procs-postgresql.xql,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/general-comments/tcl/general-comments-procs-postgresql.xql 24 Jan 2005 00:29:38 -0000 1.7 +++ openacs-4/packages/general-comments/tcl/general-comments-procs-postgresql.xql 4 Jan 2006 20:37:43 -0000 1.7.2.1 @@ -67,7 +67,7 @@ :comment_mime_type, -- 8 p_mime_type NULL, -- 9 p_text NULL, -- empty_blob(), -- 10 p_data - 0, -- 11 p_parent_id + -4, -- 11 p_parent_id :context_id, -- 12 p_context_id :user_id, -- 13 p_creation_user :creation_ip, -- 14 p_creation_ip Index: openacs-4/packages/general-comments/www/comment-add-3-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/Attic/comment-add-3-postgresql.xql,v diff -u -r1.3 -r1.3.14.1 --- openacs-4/packages/general-comments/www/comment-add-3-postgresql.xql 31 Oct 2001 20:42:07 -0000 1.3 +++ openacs-4/packages/general-comments/www/comment-add-3-postgresql.xql 4 Jan 2006 20:37:43 -0000 1.3.14.1 @@ -16,7 +16,7 @@ :comment_mime_type, -- 8 p_mime_type NULL, -- 9 p_text NULL, -- empty_blob(), -- 10 p_data - 0, -- 11 p_parent_id + -4, -- 11 p_parent_id :context_id, -- 12 p_context_id :user_id, -- 13 p_creation_user :creation_ip, -- 14 p_creation_ip