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.3 -r1.4 --- openacs-4/packages/assessment/tcl/apm-callback-procs.tcl 9 Jun 2005 19:19:47 -0000 1.3 +++ openacs-4/packages/assessment/tcl/apm-callback-procs.tcl 9 Jan 2006 12:23:39 -0000 1.4 @@ -22,6 +22,8 @@ # 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 } }