Index: openacs-4/packages/notifications/sql/postgresql/delivery-method-sc-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/Attic/delivery-method-sc-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/notifications/sql/postgresql/delivery-method-sc-create.sql 29 Jun 2002 01:27:50 -0000 1.1 +++ openacs-4/packages/notifications/sql/postgresql/delivery-method-sc-create.sql 1 Jul 2002 04:07:44 -0000 1.2 @@ -23,7 +23,7 @@ ''Notification Delivery Method'' ); - PEROFRM acs_sc_msg_type__new ( + PERFORM acs_sc_msg_type__new ( ''NotificationDeliveryMethod.Send.InputType'', ''to_user_id:integer,reply_object_id:integer,notification_type_id:integer,subject:string,content:string'' ); @@ -67,3 +67,6 @@ end; ' language 'plpgsql'; + +select inline_1(); +drop function inline_1(); \ No newline at end of file