Index: openacs-4/packages/notifications/tcl/sweep-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/sweep-procs.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/notifications/tcl/sweep-procs.xql 15 Nov 2017 10:40:28 -0000 1.5 +++ openacs-4/packages/notifications/tcl/sweep-procs.xql 3 Sep 2024 15:37:39 -0000 1.6 @@ -16,19 +16,4 @@ - - - delete from notification_requests - where dynamic_p = 't' - and exists (select 1 - from notifications n, - notification_user_map num - where n.type_id = type_id - and n.object_id = object_id - and num.notification_id = n.notification_id - and num.user_id = user_id) - - - -