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.3 -r1.4 --- openacs-4/packages/notifications/tcl/notification-request-procs-oracle.xql 3 Jun 2002 22:27:00 -0000 1.3 +++ openacs-4/packages/notifications/tcl/notification-request-procs-oracle.xql 30 Sep 2003 12:10:08 -0000 1.4 @@ -6,7 +6,7 @@ declare begin - notification_request.delete(request_id => :request_id); + notification_request.del(request_id => :request_id); end;