Index: openacs-4/packages/notifications/tcl/delivery-method-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/delivery-method-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/notifications/tcl/delivery-method-procs.tcl 25 Jun 2002 18:58:06 -0000 1.2 +++ openacs-4/packages/notifications/tcl/delivery-method-procs.tcl 28 Jun 2002 20:21:50 -0000 1.3 @@ -45,7 +45,7 @@ set impl_key [get_impl_key -delivery_method_id $delivery_method_id] # Prepare the arguments - set args [list $to_user_id $reply_object_id $subject $content] + set args [list] ns_log Notice "NOTIF-DELIV-METHOD: about to call acs_sc on $impl_key"