Index: openacs-4/packages/notifications/sql/oracle/notifications-core-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/oracle/notifications-core-drop.sql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/notifications/sql/oracle/notifications-core-drop.sql 22 Sep 2003 20:56:10 -0000 1.4 +++ openacs-4/packages/notifications/sql/oracle/notifications-core-drop.sql 30 Sep 2003 12:10:08 -0000 1.5 @@ -39,7 +39,7 @@ while (v_object_id > 0) loop delete from acs_permissions where object_id = v_object_id; - acs_object.delete( + acs_object.del( v_object_id );