Index: openacs-4/packages/simulation/tcl/template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/template-procs.tcl,v diff -u -N -r1.61 -r1.62 --- openacs-4/packages/simulation/tcl/template-procs.tcl 26 Jan 2004 14:21:02 -0000 1.61 +++ openacs-4/packages/simulation/tcl/template-procs.tcl 26 Jan 2004 15:23:37 -0000 1.62 @@ -530,7 +530,7 @@ notification::request::new \ -type_id [notification::type::get_type_id -short_name [simulation::notification::message::type_short_name]] \ -user_id $user_id \ - -object_id $workflow_id \ + -object_id [ad_conn package_id] \ -interval_id [notification::get_interval_id -name "instant"] \ -delivery_method_id [notification::get_delivery_method_id -name "email"] }