Index: openacs-4/packages/forums/lib/message/thread-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/thread-chunk.tcl,v diff -u -N -r1.12.2.1 -r1.12.2.2 --- openacs-4/packages/forums/lib/message/thread-chunk.tcl 12 Sep 2015 11:06:24 -0000 1.12.2.1 +++ openacs-4/packages/forums/lib/message/thread-chunk.tcl 13 Oct 2015 10:44:53 -0000 1.12.2.2 @@ -31,7 +31,7 @@ set query select_message_responses } -# We set a Tcl variable for moderation now (Ben) +# Set the table_name depending on moderation if { $permissions(moderate_p) } { set table_name "forums_messages" } else {