Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professors-init.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-init.sql 2 Jul 2002 18:40:08 -0000 1.3 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-init.sql 2 Jul 2002 19:53:51 -0000 1.4 @@ -80,18 +80,11 @@ group_id ); + return 0; + end; ' language 'plpgsql'; select inline_1(); drop function inline_1(); - -create function inline_2() -returns integer as ' -declare - foo integer; -begin - PERFORM acs_rel_type--create_type( - ''dotlrn_full_professor_profile_rel'', - ''dotLRN Full Professor Profile Membership'',