Index: openacs-4/packages/lorsm/www/shared/course-info.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/shared/Attic/course-info.xql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/lorsm/www/shared/course-info.xql 5 Dec 2006 10:49:45 -0000 1.1.2.1 +++ openacs-4/packages/lorsm/www/shared/course-info.xql 21 Dec 2006 08:20:42 -0000 1.1.2.2 @@ -6,15 +6,15 @@ select man_id, community_id, lorsm_instance_id from ims_cp_manifest_class where man_id = :man_id - and community_id = :community_id + and community_id = :community_id select cp.man_id, cp.course_name, cp.identifier, cp.version, - text 'Yes' as hello, +-- text 'Yes' as hello, case when hasmetadata = 't' then 'Yes' else 'No' @@ -43,8 +43,4 @@ - - - - \ No newline at end of file