Index: openacs-4/packages/assessment/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/apm-callback-procs.tcl,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/assessment/tcl/apm-callback-procs.tcl 10 Jun 2005 18:53:30 -0000 1.2.2.1 +++ openacs-4/packages/assessment/tcl/apm-callback-procs.tcl 9 Jan 2006 12:24:27 -0000 1.2.2.2 @@ -21,7 +21,9 @@ # Enable the delivery intervals and delivery methods for a specific INTER_ITEM_CHECK enable_intervals_and_methods $type_id - + + # Service contract implementations - fts + as::sc::register_implementations } } @@ -38,6 +40,8 @@ # Delete the implementation for the notification of one specific INTER_ITEM_CHECK delete_inter_item_check_impl + # Delete service contract implementation + as::sc::unregister_implementations } }