Index: openacs-4/packages/notifications/tcl/notification-request-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-request-procs-oracle.xql,v diff -u -r1.4 -r1.4.4.1 --- openacs-4/packages/notifications/tcl/notification-request-procs-oracle.xql 30 Sep 2003 12:10:08 -0000 1.4 +++ openacs-4/packages/notifications/tcl/notification-request-procs-oracle.xql 17 Jun 2004 21:11:22 -0000 1.4.4.1 @@ -19,4 +19,12 @@ + + + declare begin + notification_request.delete_all_for_user(user_id => :user_id); + end; + + +