Index: openacs-4/packages/acs-core-docs/www/templates.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/templates.html,v diff -u -r1.52 -r1.53 --- openacs-4/packages/acs-core-docs/www/templates.html 25 Apr 2018 08:38:28 -0000 1.52 +++ openacs-4/packages/acs-core-docs/www/templates.html 4 Dec 2018 13:30:31 -0000 1.53 @@ -94,7 +94,7 @@ db_1row user_name { select first_names || ' ' || last_name as user_name from users - where forum_id = :user_id + where user_id = :user_id } set page_title "Add a note for $user_name"