Index: openacs-4/packages/notifications/tcl/notification-type-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-type-procs-oracle.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/notifications/tcl/notification-type-procs-oracle.xql 25 Feb 2003 10:07:13 -0000 1.1 +++ openacs-4/packages/notifications/tcl/notification-type-procs-oracle.xql 30 Sep 2003 12:10:08 -0000 1.2 @@ -6,7 +6,7 @@ begin - notification_type.delete(:type_id); + notification_type.del(:type_id); end;