Index: openacs-4/packages/lors/lib/course-structure.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors/lib/course-structure.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lors/lib/course-structure.xql 12 Jun 2006 01:52:19 -0000 1.2 +++ openacs-4/packages/lors/lib/course-structure.xql 13 Jun 2006 02:16:24 -0000 1.3 @@ -106,6 +106,10 @@ SELECT + '' as delete, + '' as up, + '' as down, + o.object_id, repeat(' ', (tree_level(o.tree_sortkey) - :indent)* 3) as indent, i.ims_item_id as item_id, @@ -126,7 +130,7 @@ end as identifierref, case when i.identifierref <> '' - then coalesce(ot.pretty_name,r.type) + then r.type else '' end as type, m.fs_package_id,