Index: openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.xql 14 Feb 2005 22:46:11 -0000 1.1 +++ openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.xql 22 Feb 2005 14:54:40 -0000 1.2 @@ -6,7 +6,7 @@ select cr.title ,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 order by cr.title + ci.parent_id = cf.folder_id order by cr.title @@ -21,8 +21,7 @@ select cr.title 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 and - ci.item_id = :assessment_id order by cr.title + ci.parent_id = cf.folder_id and ci.item_id = :assessment_id order by cr.title