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.1.2.1 -r1.1.2.2 --- openacs-4/packages/notifications/tcl/notification-callback-procs.xql 19 Jul 2005 22:38:47 -0000 1.1.2.1 +++ openacs-4/packages/notifications/tcl/notification-callback-procs.xql 28 Sep 2005 18:22:01 -0000 1.1.2.2 @@ -26,4 +26,24 @@ + + + insert into notification_email_hold + (reply_id,to_addr,headers,body) + values + (:reply_id,:to_addr,:headers,:bodies) + + + + + + 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 + + +