Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-users-init.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-init.sql 29 Mar 2002 19:14:44 -0000 1.2 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-init.sql 2 Jul 2002 18:40:08 -0000 1.3 @@ -27,7 +27,7 @@ foo integer; begin - acs_rel_type.create_type( + acs_rel_type__create_type( ''dotlrn_user_profile_rel'', ''dotLRN User Profile Membership'', ''dotLRN User Profile Memberships'', @@ -56,9 +56,9 @@ ); foo := rel_segment__new( - segment_name => ''dotLRN Profiled Users'', - group_id => foo, - rel_type => ''dotlrn_user_profile_rel'' + ''dotLRN Profiled Users'', + foo, + ''dotlrn_user_profile_rel'' ); return(0); @@ -68,7 +68,6 @@ select inline_1(); drop function inline_1(); - create function inline_2() returns integer as ' declare