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 -N -r1.3 -r1.3.10.1 --- 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 1 Sep 2020 14:04:36 -0000 1.3.10.1 @@ -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 - - -