Index: openacs-4/packages/acs-core-docs/www/tutorial-comments.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-comments.html,v diff -u -r1.17 -r1.18 --- openacs-4/packages/acs-core-docs/www/tutorial-comments.html 8 Nov 2017 09:42:12 -0000 1.17 +++ openacs-4/packages/acs-core-docs/www/tutorial-comments.html 25 Apr 2018 08:38:28 -0000 1.18 @@ -23,7 +23,7 @@ We do this with another general_comments function:

set comments_html [general_comments_get_comments
      -print_content_p 1 $note_id]
-

First, we pass in an optional parameter that that says to actually +

First, we pass in an optional parameter that says to actually show the contents of the comments, instead of just the fact that there are comments. Then you pass the note id, which is also the acs_object id.