Index: openacs-4/packages/notifications/tcl/delivery-method-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/delivery-method-procs.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/notifications/tcl/delivery-method-procs.xql 25 Jun 2002 18:58:40 -0000 1.1 +++ openacs-4/packages/notifications/tcl/delivery-method-procs.xql 28 Jun 2002 20:21:50 -0000 1.2 @@ -5,7 +5,7 @@ select impl_name from acs_sc_impls, notification_delivery_methods -where acs_sc_impls.impl_id = notification_delivery_methods.impl_id +where acs_sc_impls.impl_id = notification_delivery_methods.sc_impl_id and delivery_method_id= :delivery_method_id