Index: openacs-4/packages/lorsm/www/admin/tracking-rte/items.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/tracking-rte/items.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/tracking-rte/items.tcl 17 Nov 2008 13:37:55 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/tracking-rte/items.tcl 12 Dec 2008 14:25:39 -0000 1.3 @@ -33,20 +33,7 @@ db_multirow \ -extend { item_id items_title identifierref } \ - suborgs select_suborgs { - select o.object_id, i.item_id, - i.item_title as item_title, - i.hasmetadata, - i.item_id as identifierref, - i.type, i.org_id, m.fs_package_id, m.folder_id, - m.course_name - from acs_objects o, ims_cp_items i, ims_cp_manifests m - where o.object_type = 'ims_item' - and i.org_id = :org_id - and o.object_id = i.item_id - and m.man_id = :man_id - order by object_id, tree_sortkey -} { + suborgs select_suborgs {} { set item_id $item_id }