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.30 -r1.31 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 12 Nov 2002 08:44:05 -0000 1.30 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 29 Aug 2003 10:06:16 -0000 1.31 @@ -279,12 +279,6 @@ storage => 'generic' ); - acs_rel_type.create_role( - role => 'admin', - pretty_name => '#dotlrn.admin_role_pretty_name#', - pretty_plural => '#dotlrn.admin_role_pretty_plural#' - ); - bar := acs_attribute.create_attribute( object_type => 'dotlrn_community', attribute_name => 'admin_pretty_name', Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql 12 Nov 2002 08:44:05 -0000 1.11 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql 29 Aug 2003 10:06:16 -0000 1.12 @@ -167,7 +167,6 @@ perform acs_rel_type__create_role(''teaching_assistant'', ''#dotlrn.teaching_assistant_role_pretty_name#'', ''#dotlrn.teaching_assistant_role_pretty_plural#''); perform acs_rel_type__create_role(''instructor'', ''#dotlrn.instructor_role_pretty_name#'', ''#dotlrn.instructor_role_pretty_plural#''); perform acs_rel_type__create_role(''course_admin'', ''#dotlrn.course_admin_role_pretty_name#'', ''#dotlrn.course_admin_role_pretty_plural#''); - perform acs_rel_type__create_role(''admin'', ''#dotlrn.admin_role_pretty_name#'', ''#dotlrn.admin_role_pretty_plural#''); perform acs_attribute__create_attribute ( ''dotlrn_community'',