Index: openacs-4/packages/notifications/notifications.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/notifications.info,v diff -u -r1.5 -r1.6 --- openacs-4/packages/notifications/notifications.info 25 Jun 2002 16:27:03 -0000 1.5 +++ openacs-4/packages/notifications/notifications.info 25 Jun 2002 18:45:40 -0000 1.6 @@ -39,9 +39,11 @@ + + Index: openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/notifications/tcl/notification-procs-postgresql.xql 25 Jun 2002 18:45:40 -0000 1.1 @@ -0,0 +1,12 @@ + + + + postgresql7.1 + + + + select notification__delete(:notification_id) + + + + Index: openacs-4/packages/notifications/tcl/notification-reply-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-reply-procs-postgresql.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/notifications/tcl/notification-reply-procs-postgresql.xql 25 Jun 2002 18:45:40 -0000 1.1 @@ -0,0 +1,12 @@ + + + + postgresql7.1 + + + + select notification_reply__delete(:reply_id) + + + +