Index: openacs-4/packages/lorsm/www/tracking/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/tracking/Attic/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/lorsm/www/tracking/index.tcl 24 Feb 2005 13:33:22 -0000 1.5 +++ openacs-4/packages/lorsm/www/tracking/index.tcl 17 May 2005 17:03:43 -0000 1.6 @@ -113,12 +113,12 @@ db_multirow -extend {viewer_name} object_views objects_views " select v.*, - i.title + i.item_title as title from views v, ims_cp_items i, ims_cp_organizations o where - i.item_id = v.object_id + i.ims_item_id = v.object_id and i.org_id = o.org_id and @@ -200,12 +200,12 @@ db_multirow object_views objects_views " select v.*, - i.title + i.item_title as title from view_aggregates v, ims_cp_items i, ims_cp_organizations o where - i.item_id = v.object_id + i.ims_item_id = v.object_id and i.org_id = o.org_id and