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 -r1.11 -r1.12 --- openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl 9 Oct 2001 03:28:25 -0000 1.11 +++ openacs-4/packages/bboard-portlet/tcl/bboard-portlet-procs.tcl 9 Oct 2001 15:06:44 -0000 1.12 @@ -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.context_id = $config(instance_id) + and ao.bboard_id = $config(instance_id) and person_id = sender and reply_to is null order by sent_date desc" @@ -84,7 +84,7 @@ } set template " - +
Subject Author