Index: openacs-4/packages/assessment/tcl/as-checks-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-checks-procs-oracle.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/assessment/tcl/as-checks-procs-oracle.xql 28 Feb 2005 22:31:58 -0000 1.6 +++ openacs-4/packages/assessment/tcl/as-checks-procs-oracle.xql 3 Mar 2005 22:46:41 -0000 1.7 @@ -18,53 +18,6 @@ - - - - declare begin - :1 := as_inter_item_check.new ( - inter_item_check_id => null, - name => :name, - action_p => :action_p, - section_id_from => :section_id_from, - section_id_to => :section_id_to, - check_sql => :check_sql, - description => :description, - postcheck_p => :postcheck_p, - item_id => null, - assessment_id => :assessment_id, - creation_user => :user_id, - context_id => null, - object_type => 'as_inter_item_check', - creation_date => null - ); - end; - - - - - declare begin - :1 := as_inter_item_check.new ( - inter_item_check_id => null, - name => :name, - action_p => :action_p, - section_id_from => :section_id_from, - section_id_to => :section_id_to, - check_sql => :check_sql, - description => :description, - postcheck_p => :postcheck_p, - item_id => null, - assessment_id => :assessment_id, - creation_user => :user_id, - context_id => null, - object_type => 'as_inter_item_check', - creation_date => null - ); - end; - - - - begin