Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-externals-init.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-init.sql 2 Jul 2002 18:40:08 -0000 1.3 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-init.sql 3 Jul 2002 19:58:07 -0000 1.4 @@ -31,12 +31,13 @@ begin PERFORM acs_rel_type__create_type( - ''dotlrn_user_profile_rel'', + ''dotlrn_external_profile_rel'', ''dotLRN Profile External'', ''dotLRN External Externals'', - ''dotlrn_external_profile_rel'', + ''dotlrn_user_profile_rel'', ''dotlrn_external_profile_rels'', ''rel_id'', + ''dotlrn_external_profile_rel'', ''profiled_group'', null, 0, @@ -61,7 +62,7 @@ into dotlrn_user_types (type, pretty_name, group_id) values - (''external'', ''External'', group_id); + (''external'', ''dotLRN Externals'', group_id); foo := rel_segment__new( ''dotLRN Externals'',