Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 6 Nov 2001 21:46:48 -0000 1.5 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 8 Nov 2001 23:57:40 -0000 1.6 @@ -167,21 +167,3 @@ / show errors - --- One more object type - -declare -begin - acs_object_type.create_type ( - supertype => 'dotlrn_community', - object_type => 'dotlrn_class_instance', - pretty_name => 'dotLRN Class Instace', - pretty_plural => 'dotLRN Class Instances', - table_name => 'dotlrn_class_instances', - id_column => 'class_instance_id', - package_name => 'dotlrn_class_instance', - name_method => 'acs_object.name' - ); -end; -/ -show errors