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 -r1.6 -r1.7 --- openacs-4/packages/notifications/tcl/notification-request-procs.xql 12 Sep 2006 17:51:58 -0000 1.6 +++ openacs-4/packages/notifications/tcl/notification-request-procs.xql 12 Sep 2006 18:13:38 -0000 1.7 @@ -39,4 +39,13 @@ + + + select request_id + from notification_requests + where type_id = :type_id + and object_id = :object_id + + +