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 -N -r1.12 -r1.13 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 8 Feb 2002 20:50:56 -0000 1.12 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 19 Feb 2002 19:34:45 -0000 1.13 @@ -44,7 +44,7 @@ -- create roles acs_rel_type.create_role ('student', 'Student', 'Students'); acs_rel_type.create_role ('teaching_assistant', 'Teaching Assistant', 'Teaching Assistants'); - acs_rel_type.create_role ('instructor', 'Instructor', 'Instructors'); + acs_rel_type.create_role ('instructor', 'Professor', 'Professors'); acs_rel_type.create_role ('admin', 'Administrator', 'Administrators'); end; /