Index: openacs-4/packages/dotlrn-catalog/tcl/dotlrn-catalog-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/tcl/dotlrn-catalog-procs.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-catalog/tcl/dotlrn-catalog-procs.xql 16 Feb 2005 22:21:30 -0000 1.2 +++ openacs-4/packages/dotlrn-catalog/tcl/dotlrn-catalog-procs.xql 22 Feb 2005 14:54:40 -0000 1.3 @@ -100,7 +100,7 @@ select ci.item_id as assessment_id from cr_folders cf, cr_items ci, cr_revisions cr, as_assessments a where cr.revision_id = ci.latest_revision and a.assessment_id = cr.revision_id and - ci.parent_id = cf.folder_id and cf.package_id = :asm_package_id + ci.parent_id = cf.folder_id @@ -109,7 +109,7 @@ select ci.item_id as assessment_id from cr_folders cf, cr_items ci, cr_revisions cr, as_assessments a where cr.revision_id = ci.latest_revision and a.assessment_id = cr.revision_id and - ci.parent_id = cf.folder_id and cf.package_id = :asm_package_id + ci.parent_id = cf.folder_id