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 -N -r1.4 -r1.5 --- 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 29 Jun 2004 10:18:42 -0000 1.5 @@ -19,4 +19,12 @@ + + + declare begin + notification_request.delete_all_for_user(user_id => :user_id); + end; + + +