Index: openacs-4/packages/notifications/tcl/notification-request-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-request-procs.xql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/notifications/tcl/notification-request-procs.xql 6 Jul 2005 14:54:55 -0000 1.5 +++ openacs-4/packages/notifications/tcl/notification-request-procs.xql 12 Sep 2006 17:51:58 -0000 1.6 @@ -30,4 +30,13 @@ + + + select user_id + from notification_requests + where type_id = :type_id + and object_id = :object_id + + +