Index: openacs-4/packages/dotlrn-catalog/lib/tree-chunk.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/lib/tree-chunk.xql,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/dotlrn-catalog/lib/tree-chunk.xql 19 Feb 2005 02:32:07 -0000 1.2 +++ openacs-4/packages/dotlrn-catalog/lib/tree-chunk.xql 19 Jul 2005 11:18:40 -0000 1.2.2.1 @@ -5,7 +5,7 @@ select dc.course_id, dc.course_key, dc.course_name, dc.assessment_id from dotlrn_catalog dc, cr_items ci - where dc.course_id = ci.live_revision + where active_p = 't', dc.course_id = ci.live_revision [template::list::filter_where_clauses -and -name course_list]