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.2 -r1.3 --- openacs-4/packages/notifications/tcl/notification-request-procs-oracle.xql 29 May 2002 05:12:01 -0000 1.2 +++ openacs-4/packages/notifications/tcl/notification-request-procs-oracle.xql 3 Jun 2002 22:27:00 -0000 1.3 @@ -1,21 +1,22 @@ + - oracle8.1.6 + oracle8.1.6 - - -declare begin - notification_request.delete(request_id => :request_id); -end; - - + + + declare begin + notification_request.delete(request_id => :request_id); + end; + + - - -declare begin - notification_request.delete_all(object_id => :object_id); -end; - - + + + declare begin + notification_request.delete_all(object_id => :object_id); + end; + +