Index: openacs-4/packages/calendar/tcl/cal-item-2-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/Attic/cal-item-2-procs-oracle.xql,v diff -u -r1.9.2.2 -r1.9.2.3 --- openacs-4/packages/calendar/tcl/cal-item-2-procs-oracle.xql 25 Nov 2003 00:07:19 -0000 1.9.2.2 +++ openacs-4/packages/calendar/tcl/cal-item-2-procs-oracle.xql 1 Dec 2003 19:04:12 -0000 1.9.2.3 @@ -45,7 +45,7 @@ and cal_items.cal_item_id= :cal_item_id and cal_item_types.item_type_id(+)= cal_items.item_type_id and c.calendar_id = on_which_calendar - and o.object_id = i.cal_item_id + and o.object_id = cal_items.cal_item_id @@ -79,7 +79,7 @@ and cal_items.cal_item_id= :cal_item_id and cal_item_types.item_type_id(+)= cal_items.item_type_id and c.calendar_id = on_which_calendar - and o.object_id = i.cal_item_id + and o.object_id = cal_items.cal_item_id