Index: openacs-4/packages/proctoring-support/www/review.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/www/review.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/proctoring-support/www/review.tcl 21 Feb 2022 14:45:12 -0000 1.1.2.2 +++ openacs-4/packages/proctoring-support/www/review.tcl 22 Feb 2022 13:10:48 -0000 1.1.2.3 @@ -71,7 +71,7 @@ to_char(current_timestamp, 'YYYY-MM-DD HH24:MI:SS') as timestamp, p.first_names || ' ' || p.last_name as author, :comment as comment, - false as flag + 'false' as flag from persons p where person_id = :user_id and :comment is not null) record