Index: openacs-4/packages/dotlrn-homework/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/apm-callback-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-homework/tcl/apm-callback-procs.tcl 29 Jun 2003 23:30:49 -0000 1.3 +++ openacs-4/packages/dotlrn-homework/tcl/apm-callback-procs.tcl 29 Aug 2003 09:01:45 -0000 1.4 @@ -45,7 +45,7 @@ notification::type::delivery_method_enable \ -type_id $type_id \ - -delivery_method_id [notification::delivery::get_id_from_name -name email] + -delivery_method_id [notification::delivery::get_id -short_name email] set impl_id \ [acs_sc::impl::new_from_spec -spec { @@ -70,7 +70,7 @@ notification::type::delivery_method_enable \ -type_id $type_id \ - -delivery_method_id [notification::delivery::get_id_from_name -name email] + -delivery_method_id [notification::delivery::get_id -short_name email] # Define the dotLRN Homework Applet