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.6 -r1.7 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 8 Nov 2001 23:57:40 -0000 1.6 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 30 Nov 2001 03:41:17 -0000 1.7 @@ -28,7 +28,7 @@ -- create the dotlrn_class community type foo := dotlrn_community_type.new ( - community_type => 'dotlrn_class', + community_type => 'dotlrn_class_instance', parent_type => 'dotlrn_community', pretty_name => 'dotLRN Class', pretty_plural => 'dotLRN Classes', @@ -46,7 +46,7 @@ -- year attribute year_attr_id:= acs_attribute.create_attribute ( - object_type => 'dotlrn_class', + object_type => 'dotlrn_class_instance', attribute_name => 'year', datatype => 'string', pretty_name => 'Year', @@ -57,7 +57,7 @@ -- term attribute term_attr_id:= acs_attribute.create_attribute ( - object_type => 'dotlrn_class', + object_type => 'dotlrn_class_instance', attribute_name => 'term', datatype => 'string', pretty_name => 'Term',