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.22 -r1.23 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 20 May 2002 21:55:09 -0000 1.22 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 21 May 2002 06:24:49 -0000 1.23 @@ -163,7 +163,7 @@ bar := acs_attribute.create_attribute( object_type => 'dotlrn_community', - attribute_name => 'coure_assistant_pretty_name', + attribute_name => 'course_assistant_pretty_name', datatype => 'string', pretty_name => 'Course Assistant Pretty Name', pretty_plural => 'Course Assistant Pretty Name', @@ -174,7 +174,7 @@ bar := acs_attribute.create_attribute( object_type => 'dotlrn_community', - attribute_name => 'coure_assistant_pretty_plural', + attribute_name => 'course_assistant_pretty_plural', datatype => 'string', pretty_name => 'Course Assistant Pretty Plural', pretty_plural => 'Course Assistant Pretty Plural',