Index: openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl 9 Oct 2001 15:06:44 -0000 1.12 +++ openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl 9 Oct 2001 15:12:51 -0000 1.13 @@ -70,7 +70,7 @@ to_char(last_reply_date,'MM/DD/YY hh12:Mi am') as last_updated from bboard_messages_all b, persons, acs_objects ao where b.forum_id = ao.object_id - and ao.bboard_id = $config(instance_id) + and bboard_id = $config(instance_id) and person_id = sender and reply_to is null order by sent_date desc"