Index: openacs-4/packages/dotlrn/tcl/term-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/term-procs-oracle.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/tcl/term-procs-oracle.xql 26 Jul 2002 02:01:34 -0000 1.6 +++ openacs-4/packages/dotlrn/tcl/term-procs-oracle.xql 8 Nov 2010 13:17:44 -0000 1.7 @@ -9,7 +9,7 @@ into dotlrn_terms (term_id, term_name, term_year, start_date, end_date) values - (acs_object_id_seq.nextval, :term_name, :term_year, to_date(:start_date, :date_format), to_date(:end_date, :date_format)) + (:term_id, :term_name, :term_year, to_date(:start_date, :date_format), to_date(:end_date, :date_format))