Index: openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/Attic/dotlrn-calendar-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.xql 17 May 2002 21:08:09 -0000 1.1 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.xql 29 May 2002 23:00:25 -0000 1.2 @@ -2,12 +2,12 @@ - + insert into cal_item_types (item_type_id, calendar_id, type) - select acs_object_id_seq.nextval, :group_calendar_id, type + select acs_object_id_seq.nextval, :calendar_id, type from cal_item_types where calendar_id = :old_calendar_id