Index: openacs-4/packages/notifications/sql/postgresql/notifications-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-package-create.sql,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/notifications/sql/postgresql/notifications-package-create.sql 12 Aug 2002 19:56:32 -0000 1.7 +++ openacs-4/packages/notifications/sql/postgresql/notifications-package-create.sql 19 Aug 2002 20:37:15 -0000 1.8 @@ -267,6 +267,7 @@ declare p_notification_id alias for $1; begin + delete from notifications where notification_id = p_notification_id; perform acs_object__delete(p_notification_id); return 0; end;