Index: openacs-4/packages/project-manager/lib/comments-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/lib/comments-portlet.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/project-manager/lib/comments-portlet.tcl 26 Aug 2005 20:59:12 -0000 1.2 +++ openacs-4/packages/project-manager/lib/comments-portlet.tcl 19 Oct 2005 12:02:56 -0000 1.3 @@ -12,7 +12,7 @@ # ---------------- # general comments # ---------------- -set comments [general_comments_get_comments -print_content_p 1 -print_attachments_p 1 $project_item_id "[ad_conn url]?project_item_id=$project_item_id"] +set comments [general_comments_get_comments -print_content_p 0 -print_attachments_p 0 -print_user_info_p 0 $project_item_id "[ad_conn url]?project_item_id=$project_item_id"] set comments_link "[_ project-manager.Add_comment]"