Index: openacs-4/packages/user-profile/sql/postgresql/user-profile-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/postgresql/user-profile-sanitize.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/postgresql/user-profile-sanitize.sql 29 Mar 2002 16:56:10 -0000 1.1 +++ openacs-4/packages/user-profile/sql/postgresql/user-profile-sanitize.sql 8 Jul 2002 22:10:21 -0000 1.2 @@ -31,11 +31,13 @@ foo ); - select acs_rel_type__drop_type( + perform acs_rel_type__drop_type( ''user_profile_rel'', ''t'' ); + return 0; + end; ' language 'plpgsql';