Index: openacs-4/packages/notifications/tcl/notification-callback-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-callback-procs.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/notifications/tcl/notification-callback-procs.xql 12 Jan 2010 18:40:03 -0000 1.3 +++ openacs-4/packages/notifications/tcl/notification-callback-procs.xql 3 Sep 2024 15:37:39 -0000 1.4 @@ -36,14 +36,4 @@ - - - select sc.impl_owner_name as package_key from notification_types n, acs_sc_impls sc - where - n.sc_impl_id = sc.impl_id and - n.type_id = :type_id - limit 1 - - -